diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,8 +9,9 @@ clean: NAME_UC = EuAndreh's package repository NAME = package-repository MAILING_LIST = public-inbox -public: README.md TODOs.md +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 |