aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-01-08 16:33:13 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2015-01-08 16:33:13 +0100
commit8aa7f2ee67640b6c76b45f99905529ef01078509 (patch)
treeb88397d73747385fb20200977cca76588cb646a0 /Makefile
parent3e7f796b17150cb96b332c619271152df3015756 (diff)
downloadRobotique-Projet-8aa7f2ee67640b6c76b45f99905529ef01078509.tar.gz
Robotique-Projet-8aa7f2ee67640b6c76b45f99905529ef01078509.zip
Add geometry & problem description
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96a1d45..30369a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
BIN=pathfind
$(BIN): *.cpp *.hpp
- g++ -o $@ *.cpp -lm -O2
+ g++ -o $@ *.cpp -lm -O2 -std=c++11