index
:
cbs
master
Single-header C build system
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: 729665381e1f465ab531a3bda4ab31889df48e5a (
plain
) (
blame
)
1
2
3
4
5
CC
=
cc
CFLAGS
=
-Wall
-Wextra
-Wpedantic
main
:
main
.
c
cbs
.
h
$(
CC
)
$(
CFLAGS
)
-o
$@
$<