Rename default make target to build

This commit is contained in:
Evie Litherland-Smith 2023-07-02 16:48:55 +01:00
parent f324881ef7
commit 7d6f9c922f

View file

@ -1,6 +1,6 @@
.PHONY: default debug test switch lock .PHONY: build debug test switch lock
default: build:
sudo nixos-rebuild build --flake . sudo nixos-rebuild build --flake .
debug: debug: