Remove bootstrap task from makefile
This commit is contained in:
parent
5a40869f6c
commit
919a8b091e
1 changed files with 1 additions and 12 deletions
13
Makefile
13
Makefile
|
@ -40,18 +40,7 @@ test: init.el .local/autoloads.el
|
|||
test/%: init.el .local/autoloads.el
|
||||
@$(TEST_EMACS) -l $@.el -f 'ert-run-tests-batch-and-exit'
|
||||
|
||||
|
||||
# Syntactic sugar for bootstrapping modules. Allows: make bootstrap javascript
|
||||
# See doom/bootstrap for more information.
|
||||
ifeq (bootstrap,$(firstword $(MAKECMDGOALS)))
|
||||
ARGV := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
|
||||
$(eval $(ARGV):;@:)
|
||||
endif
|
||||
|
||||
bootstrap: init.el .local/autoloads.el
|
||||
@$(EMACS) --eval "(doom/bootstrap '($(ARGV)))"
|
||||
|
||||
|
||||
#
|
||||
init.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