From 49a014202682d15f5195c658f4a827183c7ee119 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 10 Dec 2023 10:45:22 -0600 Subject: [PATCH] update makefile to better deal w/ citrix --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fed6ece..9115c17 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ all: weekly: pull clean update ci all push -cweekly: pull clean all +cweekly: clean pull all update: nix flake update