From: David Griffith Date: Tue, 3 Jan 2012 08:34:36 +0000 (-0800) Subject: minor tweak to Makefile for DOS stuff X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=d7cd0bc3d2383cd169caf448c15b349fbab6c1e9;p=liskon_frotz.git minor tweak to Makefile for DOS stuff --- diff --git a/Makefile b/Makefile index 729188f..5bf6cae 100644 --- a/Makefile +++ b/Makefile @@ -261,6 +261,7 @@ clean: distclean: clean rm -f $(BINNAME)$(EXTENSION) d$(BINNAME)$(EXTENSION) + rm -f $(BINNAME).exe $(BINNAME).bak $(BINNAME).lib rm -f *core $(SRCDIR)/*core -rm -rf $(distdir) -rm -f $(distdir).tar $(distdir).tar.gz