system changes
This commit is contained in:
parent
69a5a1909e
commit
8a3a4c819c
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue