diff options
author | ubq323 <ubq323@ubq323.website> | 2024-05-02 23:43:33 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-05-02 23:43:33 +0100 |
commit | 47f19a98300adebaf20cfc763c4cc5ad74b755d2 (patch) | |
tree | fc83eddb2dcf7a25cbd665de8a3d92b00a3bffff /Makefile | |
parent | a71e6c729761d07c7bf189c057951440d1fe251f (diff) |
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 |