From 4768fed52d7379704ecd958f171ec0dc2d36efc0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 10 Mar 2018 19:18:35 -0500 Subject: forgot to uncomment clean tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/ -- cgit v1.2.3