X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=zxkeybtest;a=blobdiff_plain;f=Makefile;fp=Makefile;h=501cb6f6bf42461516c339c572b1213784311bff;hp=e0e5c425f501cb1af35c00afc5770325cc244e99;hb=a63899029c65781a66b02c4da7f35a36699525bc;hpb=d89b346924d2b704704a30fa0ac9bf9046f2eaa0 diff --git a/Makefile b/Makefile index e0e5c42..501cb6f 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,13 @@ $(tap): $(bin) appmake +zx -o $@ --org 28000 --blockname $(name) -b $< %.o: %.asm - $(AS) -o $@ $(ASFLAGS) $< >/dev/null + $(AS) -o $@ $(ASFLAGS) -L $*.lst $< >/dev/null + +testrom.o: testrom.asm glyphs.inc logo.inc .PHONY: clean clean: - rm -f $(bin) $(rom) $(tap) $(obj) + rm -f $(bin) $(rom) $(tap) $(obj) $(obj:.o=.lst) .PHONY: run run: $(tap)