aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-01-08 15:27:47 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-01-08 15:27:47 +0100
commitad4173e1c2bb55d2cce827067dfd132e8a6a7ac4 (patch)
tree1b4a82070cb0cdd1edce00865fc0dcf70e722aeb /Makefile
parent045c846407d945f0822b059622c68387a6b8c61d (diff)
downloadRobotique-Projet-ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4.tar.gz
Robotique-Projet-ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4.zip
Add geometry functions & various modifications.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1b0544..96a1d45 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
BIN=pathfind
$(BIN): *.cpp *.hpp
- g++ -o $@ *.cpp -lm
+ g++ -o $@ *.cpp -lm -O2