verbose mode

This commit is contained in:
aynic.os
2021-06-12 03:13:01 +02:00
parent 5e659fbfe0
commit 4f390ce36a
26 changed files with 157 additions and 88 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# target base: Fire docker-network-create stack-base-up base-ssh-add
.PHONY: base
base: docker-network-create stack-base-up base-ssh-add
base: docker-network-create $(if $(filter $(DOCKER),true),stack-base-up base-ssh-add)
# target ssh-add: Fire base-ssh-add
.PHONY: ssh-add