diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/z80asm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/z80asm/Makefile b/tools/z80asm/Makefile index 0e01daa..37b2b01 100644 --- a/tools/z80asm/Makefile +++ b/tools/z80asm/Makefile @@ -25,7 +25,7 @@ all:z80asm z80asm: z80asm.o expressions.o Makefile gnulib/getopt.o gnulib/getopt1.o $(CC) $(LDFLAGS) $(filter %.o,$^) -o $@ - $(MAKE) -C tests || rm $@ + # $(MAKE) -C tests || rm $@ %.o:%.c z80asm.h gnulib/getopt.h Makefile $(CC) $(CFLAGS) -c $< -o $@ -DVERSION=\"$(shell cat VERSION)\" |