branch: elpa/emacsql commit fb2270509f8e96be04cad4a68cbd77576f7fa040 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Adjust make clean. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 138b90ac2e..90f49dbcf9 100644 --- a/Makefile +++ b/Makefile @@ -39,9 +39,10 @@ test: compile $(TEST_ELC) $(BATCH) -l tests/$(PACKAGE)-tests.elc -f ert-run-tests-batch clean : - $(RM) *.tar *.elc tests/*.elc $(PACKAGE)-pkg.el bin/* + $(RM) *.tar *.elc tests/*.elc $(PACKAGE)-pkg.el distclean : clean + $(RM) bin/* $(MAKE) -C sqlite clean %.elc : %.el