root / Whitix / branches / network / kernel / Makefile

Revision 1, 144 bytes (checked in by mtw07, 11 months ago)

Initial import of projects.

Line 
1DEPTH=../
2include ../make.inc
3
4OBJS = main.o sched.o sys.o load.o reboot.o timer.o panic.o wait.o
5
6build: $(OBJS)
7
8clean:
9        rm -f *.o
Note: See TracBrowser for help on using the browser.