From f29a1b8e19e57c30ef6c2a1ccf3d5a544320c60a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 2 May 2024 06:08:15 -0500 Subject: [PATCH] makefile | target changes --- makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index fd78d7d..83aed51 100644 --- a/makefile +++ b/makefile @@ -2,15 +2,14 @@ HOSTNAME := $(shell hostname -s) UNAME_S := $(shell uname -s) UNAME_M := $(shell uname -m) -all: prep - doas nixos-rebuild build --flake .#${HOSTNAME} +all: switch switch: prep doas nixos-rebuild switch --flake .#${HOSTNAME} -weekly: pull clean update ci switch push +weekly: pull clean update switch ci push clean -cweekly: clean pull switch +cweekly: clean pull switch clean update: nix flake update