X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=088db623d407166e1c1353fb08083530ccae0571;hb=c33a77f47b086ae9e20e52f2c74a1c081790b862;hp=08a12db28144934daf20063cfc986a028578e2ac;hpb=b12a849bcbdfc2fdcd6026cab709236587769f42;p=wdq2wav.git diff --git a/Makefile b/Makefile index 08a12db..088db62 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: compile-linux clean: rm -f $(base) $(base).o -compile-linux: wdq2wav +compile: wdq2wav debug: g++ -g -I. $(base).cpp -o $(base)