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