diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -1,21 +0,0 @@ -result: - nix-build -A build - -install: result - nix-env -i "$$(readlink result)" - -clean: - rm -f result - rm -rf _site - -serve: - nix-shell -A serve - -shell: - nix-shell -A shell - -lock: - nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor' - -update: - nix-shell -p bundler -p bundix --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor' |