X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=zxkeybtest;a=blobdiff_plain;f=Makefile;h=eefd9a0283a13d2ab6f385d78d7a95e9da1365c7;hp=8e85c125b591ca891f4632037769974b2adc47d3;hb=0021a95a3d4a7e5ed04da043d8503fe39f142067;hpb=4ecc5df01ba5c77c1aa89429ae93fc4facb4c98f diff --git a/Makefile b/Makefile index 8e85c12..eefd9a0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -name = testrom +name = zxkeybtest src = $(wildcard *.asm) obj = $(src:.asm=.o) bin = $(name).bin @@ -31,7 +31,7 @@ $(tap): $(bin) %.o: %.asm $(AS) -o $@ $(ASFLAGS) -L $*.lst $< >/dev/null -testrom.o: testrom.asm glyphs.inc logo.inc +zxkeybtest.o: zxkeybtest.asm glyphs.inc logo.inc .PHONY: clean clean: