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

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

[nongnu] elpa/emacsql ff59ca9336 265/427: Clear out binaries in distclea


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql ff59ca9336 265/427: Clear out binaries in distclean, too.
Date: Tue, 13 Dec 2022 02:59:50 -0500 (EST)

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

    Clear out binaries in distclean, too.
---
 sqlite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sqlite/Makefile b/sqlite/Makefile
index d71cd2d31e..8123aea797 100644
--- a/sqlite/Makefile
+++ b/sqlite/Makefile
@@ -28,4 +28,4 @@ $(BINARY) : emacsql.o sqlite3.o
        $(CC) $(LDLIBS) $(LDFLAGS) -o $@ $^
 
 clean :
-       $(RM) *.o $(BINARY) ../bin/$(BINARY)
+       $(RM) *.o $(BINARY) emacsql-sqlite-* ../bin/$(BINARY)



reply via email to

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