blob: a56c6105fb255c2491f266b9e956b2f1679be74e (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
check:
sh aux/assert-shellcheck.sh
sh aux/assert-nixfmt.sh
sh aux/workflow/assert-todos.sh
clean:
rm -rf public/
NAME_UC = EuAndreh's package repository
NAME = package-repository
MAILING_LIST = public-inbox
public: README.md TODOs.md EuAndreh.key
sh aux/workflow/TODOs.sh "$(NAME_UC)" $(NAME) $(MAILING_LIST)
sh aux/workflow/README.sh "$(NAME_UC)" $(NAME)
cp EuAndreh.key public/
.PHONY: clean check
|