aboutsummaryrefslogtreecommitdiff
path: root/scaf/pdp/Makefile
blob: 73c88920d9d84d2db7303d5309684abce8220d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
current: all_modules

include ../Makefile.config

OBJECTS = pdp_ca.o pdp_ca_system.o


all_modules: $(OBJECTS) 

clean:
	rm -f *~
	rm -f *.o