summaryrefslogtreecommitdiff
path: root/Makefile
blob: 2e5a7254ae66400937e0983965e018f30975b52e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev>
#
# SPDX-License-Identifier: AGPL-3.0-only

MAKEFLAGS+=--silent

.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