mediocre-blog/Makefile
2021-01-21 17:22:53 -07:00

12 lines
244 B
Makefile

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'
build:
nix-build -A build