aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 12:18:03 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 12:18:03 +0200
commita44f2363f6c74a91844b43a57e434646adc059c4 (patch)
tree183cb309546869414b582fd7a25f9b93f578350f /Makefile
parent780dead06547b15d28cf073e787ae67d6a752c26 (diff)
parent9613f51d57e5235de99b3e3a7ec6cb24cffdf70e (diff)
Merge branch 'develop'
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