index
:
rpi-vc-log
master
Unnamed repository; edit this file 'description' to name the repository.
Hristo Venev
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: b1ff63950b54566545fb442658d5c9eb6da76500 (
plain
) (
tree
)
1bca403
1
2
3
4
CFLAGS
= -
O2
-
g vc-log
:
vc-log.c
$(
CC
) -
std
=
gnu11
-
Wall
-
Wextra
$(
CFLAGS
) $< -
o
$
@