Fixed dependency.
This commit is contained in:
parent
6d5c5fc2d5
commit
bc85248978
|
@ -3,8 +3,7 @@ bench: benchmarks/bench.cpp rapidjson/license.txt $(HEADERS)
|
|||
$(CXX) -std=c++11 -O3 -o $@ benchmarks/bench.cpp -Irapidjson/include -Iinclude -march=native -lm -Wall -Wextra
|
||||
|
||||
rapidjson/license.txt:
|
||||
git submodule foreach git pull origin master
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
clean:
|
||||
rm -f bench
|
||||
|
|
Loading…
Reference in New Issue