From 0393b0b66b7e04f8ff64934f026aa9583304db30 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:09:35 -0500 Subject: [PATCH] Makefile chaos --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Makefile b/bin/Makefile index f7e1c67..87bd666 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ CXX = clang++ -CXXFLAGS = -O2 -march=native -Wall -std=c++17 +CXXFLAGS = -O2 -march=native -Wall -std=c++17 -I../3rdparty/jsoncpp/dist/ vpath %.cpp ../src CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o