add clean rule to Makefile

change channel version to 39
This commit is contained in:
Christopher Roy Bratusek 2012-05-18 21:19:30 +02:00
parent 90582812fc
commit 1d12b08be1
4 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
all: compile_installer
clean:
@make -C main clean
@make -C boot clean
@make -C installer clean
compile_hbf:
@make -C main
@cp main/hbf.dol boot/source/hbf.dol

Binary file not shown.

Binary file not shown.