From 23fef77aaafe6965371917828cb01a9d352a2374 Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 6 Dec 2020 22:59:01 +0100 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f4c1924..fc6ba99 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -Wall -O3 -g +CXXFLAGS = -Wall -O3 SFMLFLAGS = -lsfml-system -lsfml-window -lsfml-graphics # In case you installed SFML to a non-standard path, you'll need to tell the compiler where to find the SFML headers (.hpp files): @@ -20,5 +20,5 @@ main.o: main.cpp Display.o: Display.h -clean : - -rm *.o quickhull performance +clean: + -rm *.o quickhull