fix: show progress during build
This commit is contained in:
parent
bc9aa7c0f9
commit
ec98b89206
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ prepare:
|
|||
shards install
|
||||
|
||||
build:
|
||||
shards build --error-trace -Dpreview_mt
|
||||
shards build --progress --error-trace -Dpreview_mt
|
||||
@echo SUCCESS
|
||||
|
||||
watch:
|
||||
|
|
Loading…
Reference in a new issue