aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d41aa35..19ed681 100644
--- a/Makefile
+++ b/Makefile
@@ -14,13 +14,19 @@ ORG_EVAL2 = --funcall org-texinfo-export-to-info
## ################################################################
-.PHONY: clean
+.PHONY: infoclean tests testsclean
all: $(PKG).info dir
-clean:
+infoclean:
rm -f $(PKG).org $(PKG).texi $(PKG).info dir
+tests:
+ cask emacs -batch -load test/ert-helper.el -f ert-run-tests-batch-and-exit
+
+testsclean:
+ rm -f stubfile.plstore~
+
## ################################################################
# May look at this in the future