aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 9114c7e7036da76fd8e327a1bafce08b6b5147fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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)