* Initial version of nix.

This commit is contained in:
Eelco Dolstra 2003-03-13 14:24:49 +00:00
parent 841fcbd047
commit 75d788b0f2
8 changed files with 468 additions and 0 deletions

2
src/Makefile Normal file
View file

@ -0,0 +1,2 @@
nix: nix.c
gcc -g -Wall -o nix nix.c -ldb-4