diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ clean: 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' |