branch: elpa/emacsql
commit b6a0336d62b8972e09137bfc963b40b9bc44ad57
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    make: Compile SQLite binary before Elisp
    
    Previously we ended up compiling it when running the tests.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dd4e900980..cb6fc407f7 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ binary: sqlite/emacsql-sqlite
 sqlite/emacsql-sqlite:
        $(MAKE) -C sqlite
 
-compile: $(ELC)
+compile: binary $(ELC)
 
 check: test
 test: compile $(TEST_ELC)

Reply via email to