diff options
author | EuAndreh <eu@euandre.org> | 2023-11-27 08:50:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-27 08:50:43 -0300 |
commit | bcf9a19263b146ef07542d879f595d0f4f701801 (patch) | |
tree | babeddb81f5f495f3834bdbb45827453cb7daf7f | |
parent | Makefile: Fix missing installation of the `napi-sqlite.{c,node}` source and ... (diff) | |
download | papod-bcf9a19263b146ef07542d879f595d0f4f701801.tar.gz papod-bcf9a19263b146ef07542d879f595d0f4f701801.tar.xz |
Makefile: Also recompile `src/napi-sqlite.lo` when Makefile changes
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |