mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove repeated flags in run's Makefile rule.
This commit is contained in:
committed by
Henrik Lissner
parent
99b6274b03
commit
dd5d530f61
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ testi: init.el .local/autoloads.el
|
|||||||
|
|
||||||
# For running Emacs from a different folder than ~/.emacs.d
|
# For running Emacs from a different folder than ~/.emacs.d
|
||||||
run:
|
run:
|
||||||
@$(EMACSI) $(EMACS_FLAGS) -l init.el
|
@$(EMACSI) -l init.el
|
||||||
|
|
||||||
doctor:
|
doctor:
|
||||||
@./bin/doctor
|
@./bin/doctor
|
||||||
|
Reference in New Issue
Block a user