emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql fb2270509f 279/427: Adjust make clean.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql fb2270509f 279/427: Adjust make clean.
Date: Tue, 13 Dec 2022 02:59:51 -0500 (EST)

branch: elpa/emacsql
commit fb2270509f8e96be04cad4a68cbd77576f7fa040
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]