aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bac359..6b1bdd2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ all:
guix build -f src/xyz/euandreh/packages.scm
nix-shell --run ''
+refresh:
+ sh scripts/paku -rg
+
check:
sh aux/assert-shellcheck.sh
sh aux/assert-nixfmt.sh
@@ -19,4 +22,4 @@ public: README.md TODOs.md EuAndreh.key
sh aux/ci/report.sh '$(NAME)'
cp EuAndreh.key public/
-.PHONY: all clean check
+.PHONY: all clean check refresh