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