diff --git a/bin/Makefile b/bin/Makefile index 99aa308..f7e1c67 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -9,7 +9,7 @@ json.o: ../3rdparty/jsoncpp/dist/jsoncpp.cpp ../3rdparty/jsoncpp/dist/jsoncpp.cpp: git submodule update --init - cd 3rdparty/jsoncpp; ./amalgamate.py + cd ../3rdparty/jsoncpp; ./amalgamate.py %.o: %.cpp %.hpp $(CXX) $(CXXFLAGS) $? -o $@