mirror of
https://github.com/quatalog/quatalog.git
synced 2025-05-06 06:14:41 +00:00
src -> courseinfo_scraper
This commit is contained in:
parent
03fd5b8494
commit
db033af56e
|
@ -1,6 +1,6 @@
|
||||||
CXX = clang++
|
CXX = clang++
|
||||||
CXXFLAGS = -O2 -march=native -Wall -std=c++17 -I../3rdparty/jsoncpp/dist/
|
CXXFLAGS = -O2 -march=native -Wall -std=c++17 -I../3rdparty/jsoncpp/dist/
|
||||||
vpath %.cpp ../src
|
vpath %.cpp ../courseinfo_scraper
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: CourseOfferingsScraper GenerateHtml
|
all: CourseOfferingsScraper GenerateHtml
|
||||||
|
|
Loading…
Reference in a new issue