X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=da57f04680be1387ae7cc9afdab4b1cc20e0a07f;hb=69a06f16390184e0bb667b15ab3151f95ce2005d;hp=997e84febc890efbe46af8d7a91df38fbbc9e3af;hpb=edcd5b449b8711db8e447e1d8bb8ddf3866e7b62;p=wdq2wav.git diff --git a/Makefile b/Makefile index 997e84f..da57f04 100644 --- 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)