diff options
-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/ |