summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e7ee04..2e5a725 100644
--- a/Makefile
+++ b/Makefile
@@ -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