aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-25 17:56:56 -0300
committerEuAndreh <eu@euandre.org>2023-03-25 17:56:56 -0300
commit81e97d8da8f0bdefb8cec4ea99d570aaaa40da99 (patch)
tree1aad6d2b7c811004787ba04d7ec974641e832164 /Makefile
parentMakefile: Un-inline shellcheck test (diff)
downloadpackage-repository-81e97d8da8f0bdefb8cec4ea99d570aaaa40da99.tar.gz
package-repository-81e97d8da8f0bdefb8cec4ea99d570aaaa40da99.tar.xz
Makefile: Put "public/" in the list of $(derived-assets)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 845316f..80f3fd9 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,10 @@ test-config-files = \
derived-assets = \
$(test-config-files) \
src/bin/paku \
+ public \
-all: guix nix debian homebrew $(derived-assets) public
+all: guix nix debian homebrew $(derived-assets)
paku.lock: src/bin/paku Makefile
touch $@
@@ -110,7 +111,7 @@ upload: public
clean: src/bin/paku
rm -rf "`paku -C datadir`"
rm -rf \
- $(derived-assets) result* *.mk *.sentinel public/
+ $(derived-assets) result* *.mk *.sentinel
check-shellcheck: