[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/eglot bd6a1cccfe: * Makefile (SELECTOR): Allow passing
From: |
ELPA Syncer |
Subject: |
[elpa] externals/eglot bd6a1cccfe: * Makefile (SELECTOR): Allow passing variable from command line. |
Date: |
Mon, 21 Feb 2022 03:57:30 -0500 (EST) |
branch: externals/eglot
commit bd6a1cccfe9c0f724772f846d1f4a9300f40f88f
Author: Felicián Németh <felician.nemeth@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
* Makefile (SELECTOR): Allow passing variable from command line.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index ca905e6b4c..d29e964de2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Variables
#
EMACS?=emacs
-SELECTOR=t
+SELECTOR?=t
ERROR_ON_WARN=nil
LOAD_PATH=-L .
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/eglot bd6a1cccfe: * Makefile (SELECTOR): Allow passing variable from command line.,
ELPA Syncer <=