mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Makefile chaos
This commit is contained in:
parent
7dc9180af5
commit
0393b0b66b
|
@ -1,5 +1,5 @@
|
|||
CXX = clang++
|
||||
CXXFLAGS = -O2 -march=native -Wall -std=c++17
|
||||
CXXFLAGS = -O2 -march=native -Wall -std=c++17 -I../3rdparty/jsoncpp/dist/
|
||||
vpath %.cpp ../src
|
||||
|
||||
CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o
|
||||
|
|
Loading…
Reference in a new issue