Skip to content

Commit

Permalink
added a whitespace while tracking down a weird travis bug
Browse files Browse the repository at this point in the history
  • Loading branch information
beschulz committed Mar 15, 2015
1 parent efc7860 commit 0b5ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 0b5ab31

Please sign in to comment.