shithub: pokecrystal

Download patch

ref: 8e87d5abc45972c3683209d78e45b397f963ae42
parent: 7b3f0693d5895547341b67c8a4f35b9914e167fa
author: yenatch <[email protected]>
date: Thu Jun 29 14:34:29 EDT 2017

Use $(MAKE)

--- a/Makefile
+++ b/Makefile
@@ -45,13 +45,13 @@
 
 clean:
 	rm -f $(roms) $(crystal_obj) $(crystal11_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
-	make clean -C tools/
+	$(MAKE) clean -C tools/
 
 compare: $(roms)
 	@$(SHA1) -c roms.sha1
 
 tools:
-	make -C tools/
+	$(MAKE) -C tools/
 
 %11.o: dep = $(shell tools/scan_includes $(@D)/$*.asm)
 %11.o: %.asm $$(dep)