summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-12-28 20:26:32 +0000
committerMatthew Fennell <matthew@fennell.dev>2025-12-29 01:49:09 +0000
commit640c940f23b9a43c84250ff834d54394a074a16f (patch)
tree4297b856d87722001e6103750ac81d2872e5e12d
parent4fc629331664fb9a2829112f0276c9bfe44a2121 (diff)
Add install target to Makefile
Hopefully I'll do a better job of keeping the files in sync now.
-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