Add make upgrade
A convenience command for upgrading to the latest version of Doom.
This commit is contained in:
parent
2933142d40
commit
9017879ff4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -30,6 +30,9 @@ autoremove: | .local/autoloads.el
|
||||||
autoloads:
|
autoloads:
|
||||||
@$(DOOM) -f doom//reload-autoloads
|
@$(DOOM) -f doom//reload-autoloads
|
||||||
|
|
||||||
|
upgrade: | _upgrade all
|
||||||
|
_upgrade:
|
||||||
|
@git pull origin $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
## Byte compilation
|
## Byte compilation
|
||||||
# compile
|
# compile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue