forgot to uncomment clean tools

This commit is contained in:
yenatch 2018-03-10 19:18:35 -05:00
parent edf2b05ac3
commit 4768fed52d

View file

@ -22,7 +22,7 @@ compare: red blue
clean:
rm -f $(roms) $(pokered_obj) $(pokeblue_obj) $(roms:.gbc=.sym)
find . \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pic' \) -exec rm {} +
#$(MAKE) clean -C tools/
$(MAKE) clean -C tools/
tools:
$(MAKE) -C tools/