From f36b92775e8c11bf3da0c1c14deaa5c4bafa956e Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 12 Aug 2012 22:11:59 -0700 Subject: [PATCH] Tweaks for better cleanup after DOS builds --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a7a1b9..fb2ea8d 100644 --- a/Makefile +++ b/Makefile @@ -324,10 +324,11 @@ dist: distclean clean: rm -f $(SRCDIR)/*.h $(SRCDIR)/*.a rm -f $(COMMON_DIR)/*.o $(CURSES_DIR)/*.o $(DUMB_DIR)/*.o $(BLORB_DIR)/*.o $(SDL_DIR)/*.o + rm -f $(COMMON_DIR)/*.O $(CURSES_DIR)/*.O $(DUMB_DIR)/*.O $(BLORB_DIR)/*.O $(SDL_DIR)/*.O distclean: clean rm -f $(BINNAME)$(EXTENSION) d$(BINNAME)$(EXTENSION) s$(BINNAME) - rm -f $(BINNAME).exe $(BINNAME).bak $(BINNAME).lib + rm -f *.EXE *.BAK *.LIB rm -f *core $(SRCDIR)/*core -rm -rf $(distdir) -rm -f $(distdir).tar $(distdir).tar.gz -- 2.34.1