aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 14:19:12 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 14:19:12 -0300
commite3ae07a626846d930d2634080052ab13442e17df (patch)
tree909e563e6cb92e983cd44aa2f19decf87d5fa01f /Makefile
parentMakefile: Remove "all" as a dependency to "check" (diff)
downloadpackage-repository-e3ae07a626846d930d2634080052ab13442e17df.tar.gz
package-repository-e3ae07a626846d930d2634080052ab13442e17df.tar.xz
Makefile: Remove src/bin/paku as a direct (duplicate) dependency of paku.html
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e25e168..f45620d 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ public/debian: debian
mkdir -p $(@D)
rsync -avzP --delete `$(MAKE) -s -f debian.mk public-dir`/ $@/
-public/paku.html: paku.lock src/bin/paku
+public/paku.html: paku.lock
mkdir -p $(@D)
paku html > $@