root / Whitix / branches / network / net / Makefile

Revision 236, 152 bytes (checked in by mwhitworth, 9 months ago)

Add (start of) network device management.

Line 
1DEPTH=../
2include ../make.inc
3
4OBJS = local.o socket.o network.o device.o
5
6build: $(OBJS)
7        make -C inet
8
9clean:
10        rm -f *.o
11        make -C inet clean
Note: See TracBrowser for help on using the browser.