summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-05-02 23:16:30 +0100
committerubq323 <ubq323@ubq323.website>2024-05-02 23:16:30 +0100
commita71e6c729761d07c7bf189c057951440d1fe251f (patch)
tree9b4c6e02cc4997357e944a7bf6ca4f7d2ce8c5b6 /Makefile
parent20ddcf5e3733677b695d50d86d65c8de5b386e60 (diff)
more things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..23120d0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+.POSIX:
+.SUFFIXES:
+
+run: opcodes.ha
+ hare run
+
+opcodes.ha: mnems.py
+ ./mnems.py >opcodes.ha
+
+.PHONY: run