shithub: pokered

Download patch

ref: 4768fed52d7379704ecd958f171ec0dc2d36efc0
parent: edf2b05ac37a2bd9a820c24400b3db417f2f8927
author: yenatch <yenatch@gmail.com>
date: Sat Mar 10 14:18:35 EST 2018

forgot to uncomment clean tools

--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@
 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/