view Makefile @ 2:e4dc4a33b32a

improve Makefile and kernel.cbc. display state of os.
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Sun, 13 May 2012 01:24:15 +0900
parents d89b6aa4f359
children ee6e0a17b894
line wrap: on
line source

include ./Makefile.def

default: app

os: 
	@$(MAKE) -f Makefile.os

app: 
	@$(MAKE) -f Makefile.app

clean:
	rm -rf *.o kernel kernel.elf