diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ NAME_UC = EuAndreh's package repository NAME = package-repository MAILING_LIST = public-inbox public: README.md TODOs.md - sh aux/workflow/TODOs.sh '$(NAME_UC)' $(NAME) $(MAILING_LIST) - sh aux/workflow/README.sh '$(NAME_UC)' $(NAME) + sh aux/workflow/TODOs.sh "$(NAME_UC)" $(NAME) $(MAILING_LIST) + sh aux/workflow/README.sh "$(NAME_UC)" $(NAME) .PHONY: clean check |