From 54335b5ed4d21c43af680f4df41f1df244694079 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 8 Apr 2018 21:38:55 +0100 Subject: [PATCH] asz80: fix Makefile clean for 6809 --- Applications/MWC/cmd/asz80/Makefile.6809 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/MWC/cmd/asz80/Makefile.6809 b/Applications/MWC/cmd/asz80/Makefile.6809 index a66065de..0b6205e7 100644 --- a/Applications/MWC/cmd/asz80/Makefile.6809 +++ b/Applications/MWC/cmd/asz80/Makefile.6809 @@ -39,7 +39,7 @@ nm: nm.o $(CRT0) $(LINKER) -o $@ $(LINKER_OPT) $^ clean: - rm -f $(OBJS) as $(SRCS:.c=) core *~ + rm -f $(OBJS) as $(SRCS:.c=) core *~ *.o rmbak: rm -f *~ core -- 2.34.1