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

dev-check: check

clean:
	rm -rf public/

public:
	sh aux/workflow/public.sh dotfiles dotfiles public-inbox

.PHONY: clean check dev-check