diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +all: + guix build -f src/xyz/euandreh/packages.scm + nix-shell --run '' + check: sh aux/assert-shellcheck.sh sh aux/assert-nixfmt.sh |