From 7e92a3e068eac0e854bdf05a081d921ef7b3945b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 7 Jun 2024 20:16:32 +0100 Subject: [PATCH] Cleanup Makefile --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 2bf106a..e48ec40 100644 --- a/Makefile +++ b/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