aboutsummaryrefslogtreecommitdiff
path: root/system/net/Makefile
blob: 53d1d612ed69505986a7c32b326aa0721affeb7e (plain)
1
2
3
4
5
6
7
8
9
10
11

OBJECTS = pdp_net.o


include ../../Makefile.config

all: $(OBJECTS)

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