nixctor: init a buildsystem written in nixlang
This commit is contained in:
parent
a9e40e51dc
commit
afa80b0937
5 changed files with 107 additions and 0 deletions
7
nixctor/main.c
Normal file
7
nixctor/main.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
void libfunc(void);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
libfunc();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue