r3843: Auto commit for Debian build
[wdq2wav.git] / Makefile
index f0bf2d64385eb371851e1f23b47c82b917131243..088db623d407166e1c1353fb08083530ccae0571 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 base   := wdq2wav
 
-all: compile
+all: compile-linux
 
 clean:
        rm -f $(base) $(base).o
@@ -11,7 +11,7 @@ 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