X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=f0bf2d64385eb371851e1f23b47c82b917131243;hb=ab98a73ebbbb8f085fe5d0a8b3967bc4749f8dff;hp=7b647d2575dfa2f4070335261981044ea2d7c02e;hpb=c93221ab34e692fc29e4610b4461bde563571671;p=wdq2wav.git diff --git a/Makefile b/Makefile index 7b647d2..f0bf2d6 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ clean: compile: wdq2wav +debug: + g++ -g -I. $(base).cpp -o $(base) + wdq2wav: wdq2wav.cpp wdq2wav.h g++ -O2 -I. $(base).cpp -o $(base)