From: Kevin M. Rosenberg Date: Mon, 24 Feb 2003 12:48:23 +0000 (+0000) Subject: r4115: Auto commit for Debian build X-Git-Tag: v0.8.1~28 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=71b03eab3391a83ab2edd5ca0e96c83b8e2fcd4f r4115: Auto commit for Debian build --- diff --git a/Makefile b/Makefile index ed5699e..6335ee8 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ clean: compile: wdq2wav wdq2wav.txt debug: - g++ -g -I. $(base).cpp -o $(base) + g++ -Wall -g -I. $(base).cpp -o $(base) wdq2wav.txt: wdq2wav.1 groff -man -Tascii wdq2wav.1 > wdq2wav.txt 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