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 9fdc5e2..1f084a0 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ gen-ucode:
gen-charmem:
$(py) src/charmem.py $(out)
+# make convert-ttf in=font.ttf out=charset.txt
+convert-ttf:
+ $(py) src/convert_ttf.py $(in) $(out)
+
# make test
test:
$(py) src/test_alu.py digital/atk16_alu.dig