more fix in distribute/Makefile

This commit is contained in:
Christopher Roy Bratusek 2012-04-18 20:40:53 +02:00
parent 06e94e3b5c
commit 2a0f6bb7bf
2 changed files with 2 additions and 1 deletions

View File

@ -77,6 +77,7 @@ case $1 in
make -C main clean
make -C boot clean
make -C installer clean
rm -f HomebrewFilter/{boot.dol,meta.xml}
;;
"-l" )

View File

@ -106,7 +106,7 @@ clean:
@echo clean ...
@rm -fr $(BUILD) $(OUTPUT).elf $(OUTPUT).dol
@rm -f data/install.wad
@rm wad/00000002.app
@rm wad/00000001.app
#---------------------------------------------------------------------------------
run: