summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 84ee695..998bdd4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,10 @@ install: result
clean:
rm result
+ rm -rf _site
serve:
nix-shell -A serve
update:
- nix-shell -p bundler --run 'bundler update'
-
-lock:
- nix-shell -p bundler -p bundix --run 'bundler lock; bundler package --no-install --path vendor; bundix; rm -rf .bundle vendor'
+ nix-shell -p bundler --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor'