aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-11-07 16:29:52 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2023-11-07 16:29:52 +0200
commit5a0e57601a9489d9f56602e0184e722c85ffc310 (patch)
treed217f13caa628bba83411da15a027fecbbb7244c /Makefile
parent7309d563c6661f6e17c1ed3577b40b9646a85bb4 (diff)
WIP tree walking compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f06557f..df72879 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ convert-ttf:
dig-install:
$(py) src/dig_install.py $(bin) $(dig) $(label)
+# make compile-py-to-atk16 in=asm/test_py_src.py out=asm/test_py_src.atk16
+compile-py-to-atk16:
+ $(py) src/ast_compiler.py $(in) $(out)
+
# make test
test:
$(py) src/test_alu.py digital/atk16_alu.dig