1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00

* Some trivial Nix Make examples.

This commit is contained in:
Eelco Dolstra 2004-07-06 11:43:37 +00:00
parent a2e33d200e
commit 15646244ba
5 changed files with 45 additions and 0 deletions

3
lib/compile-c.sh Normal file
View file

@ -0,0 +1,3 @@
. $stdenv/setup
mkdir $out
gcc -Wall -c $main -o $out/$(basename $main).o