X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=c56bfb6c1af20d0d2376b2f154ba936b9ccc68d7;hb=6e0f65ebf4769e7f90e2ef29539cd493de9bf14b;hp=997e84febc890efbe46af8d7a91df38fbbc9e3af;hpb=edcd5b449b8711db8e447e1d8bb8ddf3866e7b62;p=wdq2wav.git diff --git a/Makefile b/Makefile index 997e84f..c56bfb6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: compile clean: rm -f $(base) $(base).o -compile: wdq2wav wdq2wav.txt +compile: wdq2wav debug: g++ -Wall -g -I. $(base).cpp -o $(base)