X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=08a12db28144934daf20063cfc986a028578e2ac;hb=b12a849bcbdfc2fdcd6026cab709236587769f42;hp=f0bf2d64385eb371851e1f23b47c82b917131243;hpb=074ede98db9c520d4437dd5efcf2a9f64e8efe84;p=wdq2wav.git diff --git a/Makefile b/Makefile index f0bf2d6..08a12db 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,17 @@ base := wdq2wav -all: compile +all: compile-linux clean: rm -f $(base) $(base).o -compile: wdq2wav +compile-linux: 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