Update Makefile
This commit is contained in:
parent
7bfa0f0ed2
commit
23fef77aaa
4
Makefile
4
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):
|
||||
@ -21,4 +21,4 @@ main.o: main.cpp
|
||||
Display.o: Display.h
|
||||
|
||||
clean:
|
||||
-rm *.o quickhull performance
|
||||
-rm *.o quickhull
|
||||
|
Loading…
x
Reference in New Issue
Block a user