aboutsummaryrefslogtreecommitdiffstats
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 00973b7..b11d03b 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ bytecode-compile:
# make emu in=rom.bin
emu:
- $(py) atk16_emu/cli.py $(in)
+ $(py) -m atk16_emu.cli $(in)
# make test
test: