aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:32:42 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-02-21 12:32:42 +0200
commit43c062225ccf88ef05d51a3c2fccb9f57e8a12c9 (patch)
tree3e5c48d5f985de9fe3a020644372a065e47df625 /Makefile
parent927c018f12e73c254cec32c0f60e1c01b9fc0319 (diff)
Fix module issues
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: