Skip to content

Commit 4c58e6f

Browse files
committed
Makefile improvement
1 parent 097ad9b commit 4c58e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ all: compile_commands.json
88
clean: clean-compile-commands
99
@dune clean
1010

11-
compile_commands.json: config/dune config/discover.ml postgresql_stubs.c
11+
compile_commands.json: config/dune config/discover.ml $(wildcard *.c *.h)
1212
@dune rules | dune-compiledb
1313

1414
clean-compile-commands:

0 commit comments

Comments
 (0)