aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 16:23:00 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 16:23:00 -0300
commit4ca01233ed7c4f35e66ead12b1f0ee60b0623244 (patch)
treed7c2f80094ab706ae472516594e4a35106c60896 /Makefile
parentMakefile: Mark "public/debian" after rsync (diff)
downloadpackage-repository-4ca01233ed7c4f35e66ead12b1f0ee60b0623244.tar.gz
package-repository-4ca01233ed7c4f35e66ead12b1f0ee60b0623244.tar.xz
Makefile: Build "public" by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a580e19..e61f1dc 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ derived-assets = \
src/bin/paku \
-all: guix nix debian homebrew $(derived-assets)
+all: guix nix debian homebrew $(derived-assets) public
paku.lock: src/bin/paku Makefile
touch $@