diff options
author | EuAndreh <eu@euandre.org> | 2021-06-17 03:15:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-17 03:15:49 -0300 |
commit | 5bccb3b25c9165dde78678c234afdd9d7fa28c44 (patch) | |
tree | a9af483f20717efce2fac1e36dc9d2b98de58243 /Makefile | |
parent | dependencies.dot: Remove lisp-cli (diff) | |
download | package-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-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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/ |