emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode 4b27305 097/468: Add safe default target to makef


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 4b27305 097/468: Add safe default target to makefile
Date: Thu, 5 Aug 2021 04:58:15 -0400 (EDT)

branch: elpa/lua-mode
commit 4b27305c6fc6a7cf1f764e7a42255a8e66b5c3be
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Add safe default target to makefile
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index e73ef85..b1562d8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@
 VERSION=$(shell grep "^;; Version:" lua-mode.el | cut -f 2)
 DISTFILE = lua-mode-$(VERSION).zip
 
+default:
+       @echo version is $(VERSION)
+
 dist:
        rm -f $(DISTFILE) && \
        zip $(DISTFILE) -r . -x ".git/*" "*.gitignore" "*.zip"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]