aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-11-03 14:59:15 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2023-11-03 14:59:15 +0200
commitd956f3841ad867d631fbe2324cb6e280bc9b2a66 (patch)
treecf649483c1a5fabc23481f1c863aa5173067ba80 /Makefile
parent6b94054c71a0f371d83e97cee0200c29e685c5c2 (diff)
Get text rendering working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3366b0..9fdc5e2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,10 @@ assemble:
gen-ucode:
$(py) src/ucode.py $(out)
+# make gen-charmem out=out/charmem.bin
+gen-charmem:
+ $(py) src/charmem.py $(out)
+
# make test
test:
$(py) src/test_alu.py digital/atk16_alu.dig