Remove repeated flags in run's Makefile rule.
This commit is contained in:
parent
99b6274b03
commit
dd5d530f61
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ testi: init.el .local/autoloads.el
|
|||
|
||||
# For running Emacs from a different folder than ~/.emacs.d
|
||||
run:
|
||||
@$(EMACSI) $(EMACS_FLAGS) -l init.el
|
||||
@$(EMACSI) -l init.el
|
||||
|
||||
doctor:
|
||||
@./bin/doctor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue