mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
8 lines
105 B
Bash
8 lines
105 B
Bash
|
source $setup
|
||
|
|
||
|
$host-gcc $src_file -o hello$exe_suffix
|
||
|
|
||
|
mkdir -p $out/bin
|
||
|
|
||
|
cp hello$exe_suffix $out/bin/
|