diff options
Diffstat (limited to 'mk/b.sh')
| -rw-r--r-- | mk/b.sh | 9 |
1 files changed, 9 insertions, 0 deletions
| diff --git a/mk/b.sh b/mk/b.sh new file mode 100644 index 0000000..d8b27d5 --- /dev/null +++ b/mk/b.sh | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | . ./mk.conf | ||
| 2 | set -e | ||
| 3 | |||
| 4 | mkdir $out | ||
| 5 | $as $asflgs -o $note_bin $note_src | ||
| 6 | $as $asflgs -o $start_bin $start_src | ||
| 7 | $cc $ccflgs -o $main_bin -c $main_src | ||
| 8 | $ld $ldflgs -o $bin $note_bin $start_bin $main_bin | ||
| 9 | $ln $lnflgs $bin $bin_ln | ||
