mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-25 00:03:40 +00:00
Debug
This commit is contained in:
parent
4e1e916c40
commit
6c8f6ee72b
3
Makefile
3
Makefile
|
@ -9,8 +9,7 @@ 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 .
|
find .
|
||||||
cd 3rdparty/jsoncpp
|
cd 3rdparty/jsoncpp; ./amalgamate.py
|
||||||
./amalgamate.py
|
|
||||||
|
|
||||||
%.o: %.cpp %.hpp
|
%.o: %.cpp %.hpp
|
||||||
$(CXX) $(CXXFLAGS) $? -o $@
|
$(CXX) $(CXXFLAGS) $? -o $@
|
||||||
|
|
Loading…
Reference in a new issue