mk: Use gpg --batch to skip overwrite? prompt
This commit is contained in:
parent
71b4aa6b28
commit
76b0635521
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Reference in a new issue