guix-sources = \ src/xyz/euandreh/packages.scm \ src/xyz/euandreh/posix.scm \ src/xyz/euandreh/latest.scm all: for s in $(guix-sources); do guix build -f $$s; done nix-shell --run '' refresh: sh scripts/paku -rg check: sh aux/assert-shellcheck.sh sh aux/assert-nixfmt.sh sh aux/workflow/assert-todos.sh clean: rm -rf public/ public: sh aux/workflow/public.sh "EuAndreh's package repository" package-repository public-inbox cp EuAndreh.key public/ .PHONY: all clean check refresh