diff options
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,8 +5,13 @@ MAKEFLAGS+=--silent -.PHONY: check +.PHONY: check install check: precious --config=./.precious.toml --ascii tidy --all precious --config=./.precious.toml --ascii lint --all + +install: + cp config.toml /etc/opt/acme/config.toml + cp install-for /opt/acme/bin/install-for + cp renew-all /opt/acme/bin/renew-all |
