aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 73e6f6403c7c32c19ce47c6ace35c609f0800135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.POSIX:

check:
	sh aux/assert-shellcheck.sh
	sh aux/workflow/assert-todos.sh
	sh aux/assert-terraform.sh

clean:
	rm -rf public/

dev-check: check

public:
	sh aux/workflow/public.sh Servers servers public-inbox

.PHONY: check clean dev-check