Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 44 → Rev 45

/shark/trunk/makefile
5,7 → 5,7
ifndef BASE
BASE=.
endif
 
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
 
#
13,7 → 13,7
.PHONY: install all clean cleanall depend
 
install all clean cleanall depend:
make -C oslib $@
make -C $(OSLIB) $@
make -C kernel $@
make -C drivers $@
make -C fs $@