Compare commits
No commits in common. "f2c67df27848c0fb1f03bf1c19a1093a91e60ce3" and "2615c737bb65df6ac2798c76444c4770831d0f13" have entirely different histories.
f2c67df278
...
2615c737bb
3
Makefile
3
Makefile
@ -12,6 +12,9 @@ quickhull: main.o Quickhull.h Point.h Line.h Triangle.h Display.o
|
|||||||
# link with sfml libs; -lsfml-network -lsfml-audio currently not needed
|
# link with sfml libs; -lsfml-network -lsfml-audio currently not needed
|
||||||
$(CXX) $(CXXFLAGS) -o quickhull main.o Quickhull.h Point.h Line.h Triangle.h Display.o $(SFMLFLAGS)
|
$(CXX) $(CXXFLAGS) -o quickhull main.o Quickhull.h Point.h Line.h Triangle.h Display.o $(SFMLFLAGS)
|
||||||
|
|
||||||
|
performance: performance.cpp Display.o
|
||||||
|
$(CXX) $(CXXFLAGS) -o performance Display.o performance.cpp $(SFMLFLAGS)
|
||||||
|
|
||||||
main.o: main.cpp
|
main.o: main.cpp
|
||||||
$(CXX) $(CXXFLAGS) -c main.cpp
|
$(CXX) $(CXXFLAGS) -c main.cpp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user