Update Makefile

This commit is contained in:
karl 2020-12-06 22:59:01 +01:00
parent 7bfa0f0ed2
commit 23fef77aaa

View File

@ -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