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

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

[nongnu] elpa/emacsql de9b3633d2 262/427: Oops do clean with distclean.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql de9b3633d2 262/427: Oops do clean with distclean.
Date: Tue, 13 Dec 2022 02:59:50 -0500 (EST)

branch: elpa/emacsql
commit de9b3633d29159b3bfb6367879beb4e58586053d
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Oops do clean with distclean.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 80d0a04a59..983f0d0033 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ test: compile $(TEST_ELC)
 clean :
        $(RM) *.tar *.elc tests/*.elc $(PACKAGE)-pkg.el
 
-distclean :
+distclean : clean
        $(MAKE) -C sqlite clean
 
 %.elc : %.el



reply via email to

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