mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Debug
This commit is contained in:
parent
a4f7212753
commit
2dde7d4ed6
3
Makefile
3
Makefile
|
@ -1,5 +1,5 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -O2 -march=native -std=c++17
|
||||
CXXFLAGS = -O2 -march=native -std=c++17 -I./3rdparty/jsoncpp/include
|
||||
|
||||
CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o
|
||||
|
||||
|
@ -9,7 +9,6 @@ json.o: 3rdparty/jsoncpp/dist/jsoncpp.cpp
|
|||
3rdparty/jsoncpp/dist/jsoncpp.cpp:
|
||||
git submodule update --init
|
||||
cd 3rdparty/jsoncpp; ./amalgamate.py
|
||||
find .
|
||||
|
||||
%.o: %.cpp %.hpp
|
||||
$(CXX) $(CXXFLAGS) $? -o $@
|
||||
|
|
Loading…
Reference in a new issue