From: David Griffith Date: Mon, 13 Aug 2012 07:31:27 +0000 (-0700) Subject: Better cleaning up after a DOS build X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=9820f9cee0517165f1021b306bdbe8abdc69744a;p=liskon_frotz.git Better cleaning up after a DOS build --- diff --git a/Makefile b/Makefile index fb2ea8d..bc0d315 100644 --- a/Makefile +++ b/Makefile @@ -323,8 +323,8 @@ 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 + find . -name *.o -exec rm -f {} \; + find . -name *.O -exec rm -f {} \; distclean: clean rm -f $(BINNAME)$(EXTENSION) d$(BINNAME)$(EXTENSION) s$(BINNAME)