From 7ddcba1b735bc80c919923078fc6b7ad2131f966 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 18 Feb 2021 20:06:05 -0300 Subject: Makefile: Fix typo report -> report.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c4c32a..9475b24 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ 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)' + sh aux/ci/report.sh '$(NAME)' cp EuAndreh.key public/ .PHONY: clean check -- cgit v1.2.3