index
:
Robotique-Projet.git
master
Projet de Robotique
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 30369a0d625f02a6f9f075452389c3268357263c (
plain
) (
blame
)
1
2
3
4
BIN
=
pathfind
$(BIN)
:
*.
cpp
*.
hpp
g++
-o
$@
*.cpp
-lm
-O2
-std
=
c++11