X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=e213093fa935d586ded74c972b1489d9825b7c27;hb=a2ddce8a01958b1d62cc6500ac1ecd5d78ff9d93;hp=7b647d2575dfa2f4070335261981044ea2d7c02e;hpb=c93221ab34e692fc29e4610b4461bde563571671;p=wdq2wav.git diff --git a/Makefile b/Makefile index 7b647d2..e213093 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,11 @@ clean: compile: wdq2wav +debug: + g++ -g -I. $(base).cpp -o $(base) + wdq2wav: wdq2wav.cpp wdq2wav.h - g++ -O2 -I. $(base).cpp -o $(base) + g++ -DLINUX -O2 -I. $(base).cpp -o $(base) install: compile install -m 0755 -o root -g root wdq2wav $(DESTDIR)/usr/bin