diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-15 22:09:01 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-15 22:09:01 -0600 |
commit | 8a3a4c819c680c28e89f388f96a264c77ab35d37 (patch) | |
tree | 2991919e15339e3f8e5488848aefcec1ed135dbc /Makefile | |
parent | 69a5a1909e3481ddeb41d4c96f3c145413a383d0 (diff) |
system changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |