diff --git a/Makefile b/Makefile index bd2944a..f753f7a 100644 --- a/Makefile +++ b/Makefile @@ -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