summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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