X-Git-Url: https://git.distorted.org.uk/~mdw/zx-fizzbuzz/blobdiff_plain/f97b241f1bf18496ca48191aa509abb796f76267..79f866505582c4e8e6e7ead838bdb7bdc3c31396:/Makefile diff --git a/Makefile b/Makefile index eeaf9d2..9bef433 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,16 @@ clean:: TARGETS = CLEANFILES = $(TARGETS) -TARGETS += spectrum-fb.img +CLEANFILES += spectrum-fb.img spectrum-fb.img: fizzbuzz.s z80asm -o $@ $^ +TARGETS += spectrum-fizzbuzz.tap +spectrum-fizzbuzz.tap: tapify spectrum-loader.tap spectrum-fb.img + { cat spectrum-loader.tap; \ + ./tapify 3 fb 0x7000 0x8000 $@.new && mv $@.new $@ + all: $(TARGETS) clean::; rm -f $(CLEANFILES)