fix up makefile, include install target
This commit is contained in:
parent
bcf9b230be
commit
3a2309c264
12
Makefile
12
Makefile
@ -1,3 +1,12 @@
|
|||||||
|
result:
|
||||||
|
nix-build -A build
|
||||||
|
|
||||||
|
install: result
|
||||||
|
nix-env -i "$$(readlink result)"
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm result
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
nix-shell -A serve
|
nix-shell -A serve
|
||||||
|
|
||||||
@ -6,6 +15,3 @@ update:
|
|||||||
|
|
||||||
lock:
|
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 -p bundix --run 'bundler lock; bundler package --no-install --path vendor; bundix; rm -rf .bundle vendor'
|
||||||
|
|
||||||
build:
|
|
||||||
nix-build -A build
|
|
||||||
|
Loading…
Reference in New Issue
Block a user