Update run.sh
This commit is contained in:
parent
ff19aeaf32
commit
db39cd30b2
1 changed files with 1 additions and 5 deletions
6
run.sh
6
run.sh
|
@ -1,11 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
target=$(cat .target)
|
||||
|
||||
[ -n "$target" ] || exit 1
|
||||
|
||||
make generate
|
||||
|
||||
printf "\nBuild complete. Running...\n==========================\n\n"
|
||||
|
||||
time "./output/$target" "$@"
|
||||
time ./autostart-manage "$@"
|
||||
|
|
Loading…
Reference in a new issue