summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b68b3aa..150bf91 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,8 @@ clean:
serve:
nix-shell -A serve
+lock:
+ nix-shell -p bundler -p bundix --run 'bundler lock; bundix; rm -rf .bundle vendor'
+
update:
- nix-shell -p bundler --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor'
+ nix-shell -p bundler -p bundix --run 'bundler update; bundler lock; bundix; rm -rf .bundle vendor'