mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
3 lines
74 B
Bash
3 lines
74 B
Bash
. $stdenv/setup
|
|
mkdir $out
|
|
gcc -Wall -c $main -o $out/$(basename $main).o
|