Add a switch directive to Makefile

This commit is contained in:
Evie Litherland-Smith 2024-05-11 18:21:47 +01:00
parent 5c9dad6eeb
commit e31a2412a4

View file

@ -1,6 +1,9 @@
.PHONY: default build
.PHONY: default build switch
default: build
build:
home-manager build --flake . --show-trace
switch:
home-maanger switch --flake . --show-trace