aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: 9c4c32afa71066489ddab773e837333cd4eee230 (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                       

                                       
                           
                                       

                                                                      
                                  
                               

                   
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)
	sh aux/ci/report '$(NAME)'
	cp EuAndreh.key public/

.PHONY: clean check