Create binclean make target

This commit is contained in:
Ryan Dwyer 2019-10-09 18:16:46 +10:00
parent 36a6745d7f
commit 60b758c5e7
1 changed files with 3 additions and 0 deletions

View File

@ -218,3 +218,6 @@ clean:
rm -rf build/*
find src -name '*.o' -delete
binclean:
rm -f build/ntsc-final/ucode/*.bin
find src/{boot,game,library,rarezip,setup} -name '*.o' -delete