root / Whitix / branches / hybrid / fs / fat / Makefile

Revision 525, 167 bytes (checked in by mwhitworth, 6 months ago)

Update build process.

Line 
1DEPTH=../../
2include ../../make.inc
3
4MODULES = super.sys vnode.sys file.sys dir.sys fat.sys
5
6build: $(MODULES)
7        ld -r $(MODULES) -o fat.sys
8
9clean:
10        rm *.o -f
Note: See TracBrowser for help on using the browser.