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