From d5ad47d3cf5d48b56c4b5a65f5607fc6c42bfce8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 20 Feb 2021 16:32:34 -0300 Subject: Makefile: Add "refresh" target --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3