Fix recompilation issue

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 18:26:16 -05:00
parent 57c18facd3
commit 8b933532fd

View file

@ -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