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