mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
fix syntax
This commit is contained in:
parent
c149b88758
commit
488f470276
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ which_make() {
|
||||||
case $(uname -s) in
|
case $(uname -s) in
|
||||||
Darwin) echo gmake ;;
|
Darwin) echo gmake ;;
|
||||||
*) echo make ;;
|
*) echo make ;;
|
||||||
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
OUTDIR=${1:-cosmocc}
|
OUTDIR=${1:-cosmocc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue