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