Add recompile (re) alias to Makefile
This commit is contained in:
parent
6359fec985
commit
d9b06962be
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -16,6 +16,7 @@ r: autoremove
|
||||||
c: compile
|
c: compile
|
||||||
cc: compile-core
|
cc: compile-core
|
||||||
ce: compile-elpa
|
ce: compile-elpa
|
||||||
|
re: recompile
|
||||||
d: doctor
|
d: doctor
|
||||||
|
|
||||||
quickstart: | ~/.doom.d/init.el all
|
quickstart: | ~/.doom.d/init.el all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue