Browse Source

makefile: reload systemd unit files after rebase

master
Jim Paris 1 year ago
parent
commit
ed1d79d400
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -38,6 +38,7 @@ rebase:
git pull
git checkout -
git rebase master
systemctl daemon-reload

.PHONY: clean
clean:


Loading…
Cancel
Save