Remove repeated flags in run's Makefile rule.

This commit is contained in:
Carlos Garcia
2017-07-07 10:45:01 +02:00
committed by Henrik Lissner
parent 99b6274b03
commit dd5d530f61

View File

@ -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