1 2 3 4 5 6 7 8 9 10 11
OBJECTS = pdp_png.o include ../../Makefile.config all: $(OBJECTS) clean: rm -f *~ rm -f *.o