SRCS    = plot3d.c
TARGET  = plot3d

all:
	$(MAKE) -f ../Makefile SRCS='$(SRCS)' TARGET='$(TARGET)'

clean:
	rm -f *.o $(TARGET) *.gif *~

