mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
9 lines
102 B
Bash
9 lines
102 B
Bash
|
. $setup
|
||
|
|
||
|
$host-g++ $src_file -o hello$exe_suffix
|
||
|
|
||
|
mkdir -p $out/bin/
|
||
|
|
||
|
cp hello$exe_suffix $out/bin/
|
||
|
|