This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 15:33:55 -05:00
parent 4e1e916c40
commit 6c8f6ee72b
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ json.o: 3rdparty/jsoncpp/dist/jsoncpp.cpp
3rdparty/jsoncpp/dist/jsoncpp.cpp:
git submodule update --init
find .
cd 3rdparty/jsoncpp
./amalgamate.py
cd 3rdparty/jsoncpp; ./amalgamate.py
%.o: %.cpp %.hpp
$(CXX) $(CXXFLAGS) $? -o $@