index
:
doc
this commit
master
Systems documentation
Punk <punk@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dev
/
c
/
src
/
hello
/
Makefile
blob: a6d9f07bbc8a47e024ab7ca013a11a73ff32cd98 (
plain
) (
blame
)
1
2
3
4
5
6
7
CC
=
gcc
CFLAGS
=
-Wall
hello
:
hello
.
o
clean
:
rm
-f
*.o
hello