mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: update default just target
This commit is contained in:
parent
faef3f019c
commit
38a44b3cff
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -2,7 +2,7 @@ CWD := `pwd`
|
|||
HOST_USER_UID := `id -u`
|
||||
HOST_USER_GID := `id -g`
|
||||
|
||||
default: (tr1-build-win "debug")
|
||||
default: (tr1-build-win "debug") (tr2-build-win "debug")
|
||||
|
||||
_docker_push tag:
|
||||
docker push {{tag}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue