From dd5d530f6161d49e027d93d016dc63208eba2efb Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Fri, 7 Jul 2017 10:45:01 +0200 Subject: [PATCH] Remove repeated flags in run's Makefile rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7eb210d8c..c2d39a229 100644 --- a/Makefile +++ b/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