* Initial version of nix.
This commit is contained in:
parent
841fcbd047
commit
75d788b0f2
8 changed files with 468 additions and 0 deletions
2
src/Makefile
Normal file
2
src/Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
nix: nix.c
|
||||
gcc -g -Wall -o nix nix.c -ldb-4
|
||||
Loading…
Add table
Add a link
Reference in a new issue