diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |