root / Whitix / branches / network / net / Makefile
| Revision 236, 152 bytes (checked in by mwhitworth, 9 months ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../ |
| 2 | include ../make.inc |
| 3 | |
| 4 | OBJS = local.o socket.o network.o device.o |
| 5 | |
| 6 | build: $(OBJS) |
| 7 | make -C inet |
| 8 | |
| 9 | clean: |
| 10 | rm -f *.o |
| 11 | make -C inet clean |
Note: See TracBrowser
for help on using the browser.