This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 15:35:27 -05:00
parent 6c8f6ee72b
commit a4f7212753

View file

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