previous vasm version treats the \ in row7 as the start of an escape sequence
[zxkeybtest] / Makefile
index 8e85c12..eefd9a0 100644 (file)
--- 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: