index
:
algorithms-data-structures
master
algorithms, data structures, OII it
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
Makefile
blob: 1af9cd3a7c56fd521c883fccb0a91717d8dfa31c (
plain
)
1
2
3
4
5
all
:
g++ -Wall -std
=
c++11 -o
$1
$1
.cpp
test
:
./
$1
||
exit
1