summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-03 11:04:37 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-03 11:05:31 -0400
commit344904e2e0bb8b4b9db7e86cd8849a77c77247af (patch)
treeb35ccd62b490780ad35e68148e81e47fd84d6012 /Makefile
parent634df276352ea64c6eff423bb706cfae8a39a67b (diff)
parent3a7ac51071ad9f3ae277046c29d7482b56754d1d (diff)
Merge branch 'master' into build_more_roms
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d8e52c..03cc448 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ tools tools/pkmncompress tools/gfx:
.PHONY: coverage
coverage: tools/disasm_coverage.py $(ROM)
- $(PYTHON3) $< -m $(ROM:.gb=.map) -b 0x40
+ $(PYTHON) $< -m $(ROM:.gb=.map) -b 0x40
# Remove files generated by the build process.
.PHONY: clean