From 5bccb3b25c9165dde78678c234afdd9d7fa28c44 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Jun 2021 03:15:49 -0300 Subject: Makefile: Remove loop, cp know how to handle multiple arguments --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8cf2767..bbb36ab 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,4 @@ paku.html: paku.json public: README.md TODOs.md dependencies.svg paku.html sh aux/workflow/public.sh "EuAndreh's package repository" $(NAME) $(MAILING_LIST) - for f in EuAndreh.key dependencies.svg paku.html; do \ - cp $$f public/; \ - done + cp EuAndreh.key dependencies.svg paku.html public/ -- cgit v1.2.3