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