From 542638cb8db2bba658ce1927d887f7201eecedad Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 20 Sep 2024 22:59:21 +0200 Subject: chore(tooling): add a git-crypt unlock makefile target --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') 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 -- cgit v1.2.3