aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 6f603d1ec66c90a09cbf7df020b57e264ffbe844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.POSIX:
.PHONY: check
check:
	./build-aux/assert-shellcheck.sh
	./build-aux/assert-todos.sh
	./build-aux/assert-terraform.sh

.PHONY: clean
clean:
	rm -rf public/

.PHONY: public
public:
	./build-aux/workflow/TODOs.sh VPS vps public-inbox
	pandoc -s --metadata title='VPS - EuAndreh' -o public/index.html README.md