diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-07 16:29:52 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-07 16:29:52 +0200 |
| commit | 5a0e57601a9489d9f56602e0184e722c85ffc310 (patch) | |
| tree | d217f13caa628bba83411da15a027fecbbb7244c /Makefile | |
| parent | 7309d563c6661f6e17c1ed3577b40b9646a85bb4 (diff) | |
WIP tree walking compiler
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
