branch: elpa/helm
commit 9fa856925cfe5c0aa17826a6395f4837a587e940
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Add message about EMACS_COMMAND in Make file
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index accc8baf51..b0b0a929ff 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,7 @@ compile: $(ELC)
 
 # Compile all files at once
 batch-compile:
+       echo Compiling helm with $(EMACS_COMMAND)
        $(EMACS) $(LOADPATH) -f batch-byte-compile $(EL)
 
 # Remove all generated files

Reply via email to