X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=asm%2FMakefile;h=87a63e2e7e2f489e340323b94e969ec62d01722f;hb=28784602fc5748be7e3639858b58e8f7aa398407;hp=4afe03483315228ab67879dac9f7d209691200bd;hpb=f5e7beadac9de48620d025c86b9af07001403cda;p=rrq%2Foverlay-boot.git diff --git a/asm/Makefile b/asm/Makefile index 4afe034..87a63e2 100644 --- a/asm/Makefile +++ b/asm/Makefile @@ -1,6 +1,7 @@ reaper: reaper.asm - fasm $^ $@ + fasm $^ -s $@.fas $@ chmod a+x $@ + ./fas2txt.lsp $@.fas > $@.map clean: rm -f reaper