r = run_target('run-target',
command: [python3, '-c', 'print("a run target was here")']
)
alias_target('aliased-run', r)