1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 22:42:41 +01:00
nix/lib/compile-c.sh
2004-07-06 11:43:37 +00:00

3 lines
74 B
Bash

. $stdenv/setup
mkdir $out
gcc -Wall -c $main -o $out/$(basename $main).o