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