diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-01-08 15:27:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-01-08 15:27:47 +0100 |
commit | ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4 (patch) | |
tree | 1b4a82070cb0cdd1edce00865fc0dcf70e722aeb /Makefile | |
parent | 045c846407d945f0822b059622c68387a6b8c61d (diff) | |
download | Robotique-Projet-ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4.tar.gz Robotique-Projet-ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4.zip |
Add geometry functions & various modifications.
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 + g++ -o $@ *.cpp -lm -O2 |