From 785aa336c75ab757b0caa9d3d27925ad3e2823da Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 Mar 2023 15:47:47 -0300 Subject: src/bin/paku.in: Move "datadir" to paku.lock --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e63f1bd..1063f9d 100644 --- a/Makefile +++ b/Makefile @@ -98,9 +98,11 @@ public: public/debian public/paku.html upload: public rsync -avzP --delete public/ euandre.org:/srv/www/s/package-repository/ -clean: + +clean: src/bin/paku + rm -rf "`paku -C datadir`" rm -rf \ - $(derived-assets) result* *.mk .paku/ public/ \ + $(derived-assets) result* *.mk public/ local-files = \ -- cgit v1.2.3