branch: elpa/mastodon commit 40a42abd63c4fe5779f0623a8dc61c6c5b8a192c Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
add cask clean-elc to make testsclean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19ed6811e4..b853b39e53 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ tests: cask emacs -batch -load test/ert-helper.el -f ert-run-tests-batch-and-exit testsclean: - rm -f stubfile.plstore~ + cask clean-elc && rm -f stubfile.plstore~ ## ################################################################