From 76b0635521f7f1a3350e6a6304c47c9830c0973e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 7 Nov 2021 08:43:58 +0100 Subject: [PATCH] mk: Use gpg --batch to skip overwrite? prompt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc85295..ab88631 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ check: $(patsubst %.zone,%.check,$(wildcard *.zone)) sign: $(patsubst %,%.sig,$(wildcard *.zone)) %.sig: % - gpg -o $@ --detach-sign $< + gpg -o $@ --batch --yes --detach-sign $< .PHONY: check-clean check-clean: