From 0b5ab31fcdd6059f54d12155fc84795eff254641 Mon Sep 17 00:00:00 2001 From: Benjamin Schulz Date: Sun, 15 Mar 2015 02:18:20 +0100 Subject: [PATCH] added a whitespace while tracking down a weird travis bug --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 1cf5868..0345175 100644 --- a/build/Makefile +++ b/build/Makefile @@ -42,7 +42,7 @@ $(SRC)/version.hpp: Makefile version.txt $(BINARY): $(SRC)/*.cpp $(SRC)/*.hpp $(SRC)/version.hpp mkdir -p `dirname $(BINARY)` - $(CC) -O3 -Wall -Werror $(SRC)/*.cpp $(INCLUDES) $(LD_PLATFORM_FLAGS) -o $(BINARY) + $(CC) -O3 -Wall -Werror $(SRC)/*.cpp $(INCLUDES) $(LD_PLATFORM_FLAGS) -o $(BINARY) ../examples/%.json : ../example_data/%.wav $(BINARY) $+ --precision 2 --channels left right mid side min max -o $@