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: 08a6e43fc78a33e24b35c0f63a6845d9e044ad3f (
plain
)
1
2
3
4
5
6
7
CC
=
gcc
CFLAGS
=
-o
CVERSION
=
-std
=
c++11
$1
:
$1.
cpp
$(
CC
)
$(
CVERSION
)
$(
CFLAGS
)
$1
$1
.cpp