From 640c940f23b9a43c84250ff834d54394a074a16f Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 28 Dec 2025 20:26:32 +0000 Subject: Add install target to Makefile Hopefully I'll do a better job of keeping the files in sync now. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3