diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-01-08 16:33:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-01-08 16:33:13 +0100 |
commit | 8aa7f2ee67640b6c76b45f99905529ef01078509 (patch) | |
tree | b88397d73747385fb20200977cca76588cb646a0 /Makefile | |
parent | 3e7f796b17150cb96b332c619271152df3015756 (diff) | |
download | Robotique-Projet-8aa7f2ee67640b6c76b45f99905529ef01078509.tar.gz Robotique-Projet-8aa7f2ee67640b6c76b45f99905529ef01078509.zip |
Add geometry & problem description
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ BIN=pathfind $(BIN): *.cpp *.hpp - g++ -o $@ *.cpp -lm -O2 + g++ -o $@ *.cpp -lm -O2 -std=c++11 |