index
:
gexp-make
main
Proof-of-concept G-expression based Make-like build tool
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello-world-with-multiple-source-files
/
hello.c
blob: d1caa21bd4be03f54875dd130c0f52abe706ac1e (
about
) (
plain
)
1
2
3
4
5
6
7
#include
"print.h"
int
main
()
{
print
();
return
0
;
}