Cleanup Makefile
This commit is contained in:
parent
3c51bc8803
commit
7e92a3e068
9
Makefile
9
Makefile
|
@ -1,13 +1,8 @@
|
|||
.PHONY: default build switch copy
|
||||
|
||||
default: build
|
||||
.PHONY: build copy
|
||||
|
||||
build:
|
||||
nix run . -- build --flake . --show-trace
|
||||
|
||||
switch:
|
||||
nix run . -- switch --flake . --show-trace
|
||||
|
||||
copy: build
|
||||
nix copy --to ssh://legion ./result
|
||||
nix copy --to ssh://pixelifytica@legion ./result
|
||||
rm ./result
|
||||
|
|
Reference in a new issue