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

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

.PHONY: clean
clean:
	rm -rf public/

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