4 lines
89 B
Fish
4 lines
89 B
Fish
function make --description 'alias make=make -j16'
|
|
command make -j16 $argv
|
|
|
|
end
|