From cb56a7f2601c9135a45fc25564b43445bc01ea24 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 17 Dec 2015 09:39:17 +0100 Subject: Pretty-print yasnippet compilation --- emacs/.emacs.d/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile index def0856..9ffd3ec 100644 --- a/emacs/.emacs.d/Makefile +++ b/emacs/.emacs.d/Makefile @@ -42,7 +42,8 @@ SNIPPET_DIRS = $(wildcard snippets/*) COMPILED_SNIPPETS = $(addsuffix /.yas-compiled-snippets.el, $(SNIPPET_DIRS)) %/.yas-compiled-snippets.el: %/* - $(EMACS) $(EARGS) -l yasnippet \ + @echo "YAS $(CURDIR)/snippets" + @$(EMACS) $(EARGS) -l yasnippet \ -eval "(yas-compile-directory \"$(CURDIR)/snippets\")" snippets: $(COMPILED_SNIPPETS) -- cgit v1.2.3-54-g00ecf