Rev 356 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#
# Main S.Ha.R.K. makefile
#
ifndef BASE
BASE=.
endif
include $(BASE)/config/config.mk
#
.PHONY: install all clean cleanall distrib depend
install all clean cleanall depend:
make -C $(OSLIB) $@
make -C kernel $@
make -C drivers $@
make -C fs $@
make -C libc $@
make -C ports $@
make -C tracer $@