src -> courseinfo_scraper

This commit is contained in:
powe97 2024-02-29 16:43:06 -05:00
parent 03fd5b8494
commit db033af56e
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
3 changed files with 1 additions and 1 deletions

View File

@ -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