aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-17 03:15:49 -0300
committerEuAndreh <eu@euandre.org>2021-06-17 03:15:49 -0300
commit5bccb3b25c9165dde78678c234afdd9d7fa28c44 (patch)
treea9af483f20717efce2fac1e36dc9d2b98de58243 /Makefile
parentdependencies.dot: Remove lisp-cli (diff)
downloadpackage-repository-5bccb3b25c9165dde78678c234afdd9d7fa28c44.tar.gz
package-repository-5bccb3b25c9165dde78678c234afdd9d7fa28c44.tar.xz
Makefile: Remove loop, cp know how to handle multiple arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 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/