summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-27 08:50:43 -0300
committerEuAndreh <eu@euandre.org>2023-11-27 08:50:43 -0300
commitbcf9a19263b146ef07542d879f595d0f4f701801 (patch)
treebabeddb81f5f495f3834bdbb45827453cb7daf7f
parentMakefile: Fix missing installation of the `napi-sqlite.{c,node}` source and ... (diff)
downloadpapod-bcf9a19263b146ef07542d879f595d0f4f701801.tar.gz
papod-bcf9a19263b146ef07542d879f595d0f4f701801.tar.xz
Makefile: Also recompile `src/napi-sqlite.lo` when Makefile changes
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ea9c19..9ba1055 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,7 @@ $(NAME).bin:
$(manpages) src/config.h: Makefile deps.mk
$(sources.o) $(sources.lo) $(sources.to): src/config.h Makefile deps.mk
tests/tests-lib.o: tests/tests-lib.h src/config.h Makefile deps.mk
+src/napi-sqlite.lo: src/config.h Makefile deps.mk
$(sources.to): tests/tests-lib.h
$(sources.ta): tests/tests-lib.o
$(sources.js) $(tests.js): src/napi-sqlite.node