diff options
Diffstat (limited to 'GNUmakefile')
-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 |