diff options
author | yenatch <yenatch@gmail.com> | 2018-03-10 19:18:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-10 19:18:35 -0500 |
commit | 4768fed52d7379704ecd958f171ec0dc2d36efc0 (patch) | |
tree | dd050c795930a34af6ea020c00f52dc7116ee49a | |
parent | edf2b05ac37a2bd9a820c24400b3db417f2f8927 (diff) |
forgot to uncomment clean tools
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |