mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Minor mmake cleanup
This commit is contained in:
parent
1bc48bc8e4
commit
bb2602a524
1 changed files with 1 additions and 1 deletions
|
@ -6,11 +6,11 @@
|
|||
# mmake tiny ape/ape.elf
|
||||
local mode
|
||||
case $1 in
|
||||
(m|MODE)=*) mode=${1#*=}; shift ;;
|
||||
aarch64|x86_64|aarch64-(zero|tiny)|x86_64-tiny) ;&
|
||||
zero|fastbuild|opt|optlinux|rel|asan|dbg|sysv) ;&
|
||||
tiny(|linux(|bsd)|sysv|nowin)|nox87|llvm|ansi) ##
|
||||
mode=$1; shift ;;
|
||||
(m|MODE)=*) mode=${1#*=}; shift ;;
|
||||
*) mode=${MODE:-${m}} ;;
|
||||
esac
|
||||
[[ -z $mode ]] && {
|
||||
|
|
Loading…
Add table
Reference in a new issue