We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcffd23 commit eca9175Copy full SHA for eca9175
resources/Secrets/common.mk
@@ -9,5 +9,7 @@ SECRETS_DIR ?= ./.infra/secrets
9
SECRETS_DIST ?= .dist
10
11
secrets: $(patsubst %${SECRETS_DIST},%,$(wildcard ${SECRETS_DIR}/*.secret${SECRETS_DIST}))
12
-${SECRETS_DIR}/%.secret:
+${SECRETS_DIR}:
13
+ mkdir -p $@
14
+${SECRETS_DIR}/%.secret: ${SECRETS_DIR}
15
cp $@${SECRETS_DIST} $@
0 commit comments