summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 23120d0..59042d2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
.POSIX:
.SUFFIXES:
+.SUFFIXES: .r1a .r1b
-run: opcodes.ha
- hare run
+run: opcodes.ha sys0.r1b
+ hare run . sys0.r1b
+
+.r1a.r1b:
+ ./asm.py <$< >$@
opcodes.ha: mnems.py
./mnems.py >opcodes.ha