style(tools): do not print make command

This commit is contained in:
Khue Doan 2021-11-27 20:52:38 +07:00
parent 3d01add75b
commit 26c01724f2

View File

@ -5,10 +5,10 @@ TAG = homelab-tools
default: build run
build:
docker build . --tag ${TAG}
@docker build . --tag ${TAG}
run:
docker run \
@docker run \
--rm \
--interactive \
--tty \