From bcf9a19263b146ef07542d879f595d0f4f701801 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Nov 2023 08:50:43 -0300 Subject: Makefile: Also recompile `src/napi-sqlite.lo` when Makefile changes --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3