branch: elpa/jade-mode
commit 3951fc413840b569a6e9a9fb8dce4366e1dc50ca
Author: Travis Jefferson <[email protected]>
Commit: Travis Jefferson <[email protected]>

    add phony `test' makefile target
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 6d1c66ddc9..f7d646ba8c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
+.PHONY: test
+
 test:
        cask exec ert-runner -l jade-mode.el
+
 # Local Variables:
 # indent-tabs-mode: t

Reply via email to