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