Update Makefile
This commit is contained in:
parent
7bfa0f0ed2
commit
23fef77aaa
6
Makefile
6
Makefile
@ -1,5 +1,5 @@
|
|||||||
CXX = g++
|
CXX = g++
|
||||||
CXXFLAGS = -Wall -O3 -g
|
CXXFLAGS = -Wall -O3
|
||||||
SFMLFLAGS = -lsfml-system -lsfml-window -lsfml-graphics
|
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):
|
# 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
|
Display.o: Display.h
|
||||||
|
|
||||||
clean :
|
clean:
|
||||||
-rm *.o quickhull performance
|
-rm *.o quickhull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user