1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

Makefile without sh command

This commit is contained in:
Szymon Lesisz 2018-10-24 18:00:11 +02:00
parent 258df74c0d
commit 074d59a4c8

View File

@ -1,5 +1,5 @@
build-%:
sh ./scripts/docker-build.sh $*
./scripts/docker-build.sh $*
sync-%:
sh ./scripts/s3sync.sh $*
./scripts/s3sync.sh $*