aboutsummaryrefslogtreecommitdiff
path: root/system/pdbase/Makefile
blob: 58efa417402c88007d8e6f641db4ccd5322f139b (plain)
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