- call .make debug %$ & if %? != 0 quit $?
- call .make hybrid %$ & if %? != 0 quit $?
- call .make debug-uni %$ & if %? != 0 quit $?
- call .make hybrid-uni %$ & if %? != 0 quit $?
+ call .make debug %$ & if %? != 0 quit %?
+ call .make hybrid %$ & if %? != 0 quit %?
+ call .make debug-uni %$ & if %? != 0 quit %?
+ call .make hybrid-uni %$ & if %? != 0 quit %?