From 47f19a98300adebaf20cfc763c4cc5ad74b755d2 Mon Sep 17 00:00:00 2001
From: ubq323 <ubq323@ubq323.website>
Date: Thu, 2 May 2024 23:43:33 +0100
Subject: even more things

---
 Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3