Add Debian source format file
[wdq2wav.git] / Makefile
index 997e84febc890efbe46af8d7a91df38fbbc9e3af..da57f04680be1387ae7cc9afdab4b1cc20e0a07f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,9 @@ base    := wdq2wav
 all: compile
 
 clean:
-       rm -f $(base) $(base).o
+       @rm -f $(base) $(base).o $(base).exe *.~[0-9]~
 
-compile: wdq2wav wdq2wav.txt
+compile: wdq2wav
 
 debug:
        g++ -Wall -g -I. $(base).cpp -o $(base)