mirror of
https://github.com/quatalog/quatalog.git
synced 2025-12-01 08:37:14 +00:00
Makefile chaos
This commit is contained in:
parent
7dc9180af5
commit
0393b0b66b
|
|
@ -1,5 +1,5 @@
|
||||||
CXX = clang++
|
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
|
vpath %.cpp ../src
|
||||||
|
|
||||||
CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o
|
CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue