Cleanup Makefile

This commit is contained in:
Evie Litherland-Smith 2024-06-07 20:16:32 +01:00
parent 3c51bc8803
commit 7e92a3e068

View file

@ -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