mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Fix recompilation issue
This commit is contained in:
parent
57c18facd3
commit
8b933532fd
|
@ -5,7 +5,7 @@ vpath %.cpp ../src
|
|||
CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o
|
||||
|
||||
json.o: ../3rdparty/jsoncpp/dist/jsoncpp.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $? -o $@
|
||||
if ! test -f "$@"; then $(CXX) -c $(CXXFLAGS) $? -o $@; fi
|
||||
|
||||
../3rdparty/jsoncpp/dist/jsoncpp.cpp:
|
||||
git submodule update --init
|
||||
|
|
Loading…
Reference in a new issue