From: Alan Cox Date: Sun, 7 Oct 2018 21:48:28 +0000 (+0100) Subject: cursesgames: Makefile fixes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d39c69c58b5885dbb266b95f4a34fe365c784f41;p=FUZIX.git cursesgames: Makefile fixes --- diff --git a/Applications/cursesgames/Makefile.6502 b/Applications/cursesgames/Makefile.6502 index e441e18d..9a2ccb9e 100644 --- a/Applications/cursesgames/Makefile.6502 +++ b/Applications/cursesgames/Makefile.6502 @@ -23,7 +23,7 @@ size.report: $(APPS) $(APPSNS) ls -l $^ > $@ clean: - rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report + rm -f $(OBJS) $(APPS) *.o core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report rmbak: rm -f *~ core diff --git a/Applications/cursesgames/Makefile.68000 b/Applications/cursesgames/Makefile.68000 index 9dad9185..aca8b56c 100644 --- a/Applications/cursesgames/Makefile.68000 +++ b/Applications/cursesgames/Makefile.68000 @@ -29,7 +29,7 @@ size.report: $(APPS) $(APPSNS) ls -l $^ > $@ clean: - rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report + rm -f $(OBJS) $(APPS) *.o core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report rmbak: rm -f *~ core diff --git a/Applications/cursesgames/Makefile.6809 b/Applications/cursesgames/Makefile.6809 index d14f3083..3b329f5b 100644 --- a/Applications/cursesgames/Makefile.6809 +++ b/Applications/cursesgames/Makefile.6809 @@ -28,5 +28,7 @@ size.report: $(APPS) ls -l $^ > $@ clean: - rm -f $(OBJS) $(APPS) *.lst *.map size.report + rm -f $(OBJS) $(APPS) *.o core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report +rmbak: + rm -f *~ core