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
#include "print.h" int main () { print(); return 0; }