index
:
beaker
master
A simple C microframework
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
template-demo
/
Makefile
blob: ff0acd499d8e119517355e52502d558952979fb6 (
plain
)
1
2
3
4
5
6
CC
=
gcc
template-demo
:
$(
CC
)
-o
template-demo
main.c
-lbeaker
clean
:
rm
template-demo