diff options
author | Julien Dessaux | 2024-09-20 22:59:21 +0200 |
---|---|---|
committer | Julien Dessaux | 2025-02-09 10:09:25 +0100 |
commit | 3bcdaf541fb64ea0fef86308530779203a8de7ab (patch) | |
tree | 88e76e791b110fb9f33fac92ecebc49a3f24f052 | |
parent | chore(tooling): Fix container build layers caching (diff) | |
download | ods-3bcdaf541fb64ea0fef86308530779203a8de7ab.tar.gz ods-3bcdaf541fb64ea0fef86308530779203a8de7ab.tar.bz2 ods-3bcdaf541fb64ea0fef86308530779203a8de7ab.zip |
chore(tooling): add a git-crypt unlock makefile target
Diffstat (limited to '')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 1fd42c1..ba43947 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -49,6 +49,10 @@ clean: ## clean the code run: ## run the code go run ./ +.PHONY: unlock +unlock ## run git-crypt unlock + git-crypt unlock + ##### Containers ############################################################### .PHONY: container-build container-build: ## build the container image |