X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=c56bfb6c1af20d0d2376b2f154ba936b9ccc68d7;hb=6e0f65ebf4769e7f90e2ef29539cd493de9bf14b;hp=7b647d2575dfa2f4070335261981044ea2d7c02e;hpb=c93221ab34e692fc29e4610b4461bde563571671;p=wdq2wav.git diff --git a/Makefile b/Makefile index 7b647d2..c56bfb6 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,14 @@ clean: compile: wdq2wav +debug: + g++ -Wall -g -I. $(base).cpp -o $(base) + +wdq2wav.html: wdq2wav.1 + groff -man -Thtml wdq2wav.1 > wdq2wav.html + wdq2wav: wdq2wav.cpp wdq2wav.h - g++ -O2 -I. $(base).cpp -o $(base) + g++ -Wall -DLINUX -O2 -I. $(base).cpp -o $(base) install: compile install -m 0755 -o root -g root wdq2wav $(DESTDIR)/usr/bin