The closest I could get is this:
command! -bang -nargs=* -complete=file Make call asyncrun#run('<bang>', '', 'make <q-args>') | cwindow 10'
It would work if I'd specify an additional arguments like - :Make V=99, but it wouldn't without
Please add an example to the readme if it's possible