summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-03-10 19:18:35 -0500
committeryenatch <yenatch@gmail.com>2018-03-10 19:18:35 -0500
commit4768fed52d7379704ecd958f171ec0dc2d36efc0 (patch)
treedd050c795930a34af6ea020c00f52dc7116ee49a
parentedf2b05ac37a2bd9a820c24400b3db417f2f8927 (diff)
forgot to uncomment clean tools
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c1a500c..dd266f23 100644
--- a/Makefile
+++ b/Makefile
@@ -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/