From d39c69c58b5885dbb266b95f4a34fe365c784f41 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 7 Oct 2018 22:48:28 +0100 Subject: [PATCH] cursesgames: Makefile fixes --- Applications/cursesgames/Makefile.6502 | 2 +- Applications/cursesgames/Makefile.68000 | 2 +- Applications/cursesgames/Makefile.6809 | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.34.1