From: Alan Cox Date: Sat, 30 Jun 2018 22:07:32 +0000 (+0100) Subject: cursegames: wipe .o files on make clean even with z80 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7f6f22f26c3a3d88bbe3ab935d7db61115184097;p=FUZIX.git cursegames: wipe .o files on make clean even with z80 --- diff --git a/Applications/cursesgames/Makefile.z80 b/Applications/cursesgames/Makefile.z80 index 8c9cc169..48c36cef 100644 --- a/Applications/cursesgames/Makefile.z80 +++ b/Applications/cursesgames/Makefile.z80 @@ -24,7 +24,7 @@ sizes: $(APPS) ls -l $(APPS) >size.report clean: - rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report + rm -f $(OBJS) *.o $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report rmbak: rm -f *~ core