mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-28 17:52:55 +00:00
Debug
This commit is contained in:
parent
6c8f6ee72b
commit
a4f7212753
2
Makefile
2
Makefile
|
@ -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 $@
|
||||||
|
|
Loading…
Reference in a new issue