From f3a2b08278db12cc7b11a7dbcbfd590689048170 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Sat, 8 Sep 2007 10:07:14 -0600 Subject: [PATCH] better cleaning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c56bfb6..da57f04 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ base := wdq2wav all: compile clean: - rm -f $(base) $(base).o + @rm -f $(base) $(base).o $(base).exe *.~[0-9]~ compile: wdq2wav -- 2.34.1