Add -I. to cflags

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 15:23:41 -05:00
parent 5ce099c33b
commit d36e119947

View file

@ -1,5 +1,5 @@
CXX = clang++
CXXFLAGS = -O2 -march=native -Wall -std=c++17
CXXFLAGS = -O2 -march=native -std=c++17 -I.
CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o