diff options
author | Julien Dessaux | 2024-09-20 22:59:21 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-09-20 23:00:30 +0200 |
commit | 542638cb8db2bba658ce1927d887f7201eecedad (patch) | |
tree | 88e76e791b110fb9f33fac92ecebc49a3f24f052 | |
parent | chore(tooling): Fixed container build layers caching (diff) | |
download | ods-542638cb8db2bba658ce1927d887f7201eecedad.tar.gz ods-542638cb8db2bba658ce1927d887f7201eecedad.tar.bz2 ods-542638cb8db2bba658ce1927d887f7201eecedad.zip |
chore(tooling): add a git-crypt unlock makefile target
-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 |