Revert makefile

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-06 16:20:04 -05:00
parent 8a4f32ddc9
commit 320be9defd

View file

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