root / Whitix / branches / network / kernel / Makefile
| Revision 1, 144 bytes (checked in by mtw07, 11 months ago) |
|---|
| Line | |
|---|---|
| 1 | DEPTH=../ |
| 2 | include ../make.inc |
| 3 | |
| 4 | OBJS = main.o sched.o sys.o load.o reboot.o timer.o panic.o wait.o |
| 5 | |
| 6 | build: $(OBJS) |
| 7 | |
| 8 | clean: |
| 9 | rm -f *.o |
Note: See TracBrowser
for help on using the browser.