diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
