From 8a3a4c819c680c28e89f388f96a264c77ab35d37 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 15 Dec 2024 22:09:01 -0600 Subject: system changes --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b707efb..d2d7b23 100644 --- a/Makefile +++ b/Makefile @@ -33,9 +33,13 @@ endif all: update update: install $(UPDATE_TARGET) cp $(DSTDIR)/.flake/flake.lock $(SRCDIR)/.flake + git add -A + git commit -m "update lock file" || true # install configs and any additional targets install: $(CONFIGS) $(INSTALL_TARGET) + git add -A + git commit -m "system changes" || true # install encrypted org configs $(DSTDIR)/%: $(SRCDIR)/%.org.gpg -- cgit v1.2.3