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

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

.PHONY: clean
clean:
	rm -rf public/

NAME_UC = VPS
NAME = vps
public: README.md TODOs.md
	sh aux/workflow/TODOs.sh $(NAME_UC) $(NAME) public-inbox
	sh aux/workflow/README.sh $(NAME_UC) $(NAME)
	sh aux/ci/report.sh '$(NAME)'