diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-28 20:26:32 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-29 01:49:09 +0000 |
| commit | 640c940f23b9a43c84250ff834d54394a074a16f (patch) | |
| tree | 4297b856d87722001e6103750ac81d2872e5e12d | |
| parent | 4fc629331664fb9a2829112f0276c9bfe44a2121 (diff) | |
Add install target to Makefile
Hopefully I'll do a better job of keeping the files in sync now.
| -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 |
