diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ all: rotate-keys rotate-keys.service sign-ca sign-ca.service sign-request etc/ca s@#HELPTEXT#\(\s\+\)#@ --help \1display this help and exit\n --version\1display version and exit@; \ " $< > $@ [ "$@" = "sign-ca" ] && chmod +x "$@" || true + [ "$@" = "sign-request" ] && chmod +x "$@" || true [ "$@" = "rotate-keys" ] && chmod +x "$@" || true .PHONY: install-ca install-cb dist clean |