X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=c56bfb6c1af20d0d2376b2f154ba936b9ccc68d7;hb=a97f376089c7ceb53e068bde3013d5d5bb2193e9;hp=088db623d407166e1c1353fb08083530ccae0571;hpb=c33a77f47b086ae9e20e52f2c74a1c081790b862;p=wdq2wav.git diff --git a/Makefile b/Makefile index 088db62..c56bfb6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ base := wdq2wav -all: compile-linux +all: compile clean: rm -f $(base) $(base).o @@ -8,10 +8,13 @@ clean: compile: wdq2wav debug: - g++ -g -I. $(base).cpp -o $(base) + 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++ -DLINUX -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