aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2f7754..a2ee2af 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,12 @@ derived-assets = \
all: guix nix debian alpine homebrew $(derived-assets)
+
+refresh: src/bin/paku
+ paku refresh < paku.json > paku.lock
+
+
+
paku.lock: src/bin/paku Makefile
touch $@