From 605920fe08f0ed978f3c55c65cb37268cdf4b6c8 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 24 Oct 2013 19:04:50 -0700 Subject: [PATCH] Minor just-in-case alteration to cleanup code --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dbdda69..78372a7 100644 --- a/Makefile +++ b/Makefile @@ -329,6 +329,7 @@ clean: distclean: clean rm -f $(BINNAME)$(EXTENSION) d$(BINNAME)$(EXTENSION) s$(BINNAME) rm -f *.EXE *.BAK *.LIB + rm -f *.exe *.bak *.lib rm -f *core $(SRCDIR)/*core -rm -rf $(distdir) -rm -f $(distdir).tar $(distdir).tar.gz -- 2.34.1