diff options
author | EuAndreh <eu@euandre.org> | 2023-03-24 14:19:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-24 14:19:12 -0300 |
commit | e3ae07a626846d930d2634080052ab13442e17df (patch) | |
tree | 909e563e6cb92e983cd44aa2f19decf87d5fa01f /Makefile | |
parent | Makefile: Remove "all" as a dependency to "check" (diff) | |
download | package-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 > $@ |