SRCS    = plot2d.c
TARGET  = plot2d

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

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


