From: Alan Cox Date: Sun, 8 Apr 2018 20:38:55 +0000 (+0100) Subject: asz80: fix Makefile clean for 6809 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=54335b5ed4d21c43af680f4df41f1df244694079;p=FUZIX.git asz80: fix Makefile clean for 6809 --- 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