Simplify makefile
This commit is contained in:
parent
139cae6083
commit
21ecf48cca
1 changed files with 2 additions and 10 deletions
12
Makefile
12
Makefile
|
@ -48,18 +48,10 @@ ifeq (bootstrap,$(firstword $(MAKECMDGOALS)))
|
||||||
$(eval $(ARGV):;@:)
|
$(eval $(ARGV):;@:)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
bootstrap: init.el
|
bootstrap: init.el .local/autoloads.el
|
||||||
@$(EMACS) -f 'doom-initialize-autoloads' --eval "(doom/bootstrap '($(ARGV)))"
|
@$(EMACS) --eval "(doom/bootstrap '($(ARGV)))"
|
||||||
|
|
||||||
|
|
||||||
# This is only useful if your emacs.d is somewhere other than ~/.emacs.d (for
|
|
||||||
# development purposes for instance).
|
|
||||||
run:
|
|
||||||
@emacs $(EMACS_FLAGS) -q -l init.el
|
|
||||||
|
|
||||||
reload:
|
|
||||||
@$(EMACS) -f 'doom/reload'
|
|
||||||
|
|
||||||
init.el:
|
init.el:
|
||||||
@[ -e init.el ] || $(error No init.el file; create one or copy init.example.el)
|
@[ -e init.el ] || $(error No init.el file; create one or copy init.example.el)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue