summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-05-02 23:43:33 +0100
committerubq323 <ubq323@ubq323.website>2024-05-02 23:43:33 +0100
commit47f19a98300adebaf20cfc763c4cc5ad74b755d2 (patch)
treefc83eddb2dcf7a25cbd665de8a3d92b00a3bffff /Makefile
parenta71e6c729761d07c7bf189c057951440d1fe251f (diff)
even more thingsHEADtrunk
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