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