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