diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |