We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097ad9b commit 4c58e6fCopy full SHA for 4c58e6f
lib/Makefile
@@ -8,7 +8,7 @@ all: compile_commands.json
8
clean: clean-compile-commands
9
@dune clean
10
11
-compile_commands.json: config/dune config/discover.ml postgresql_stubs.c
+compile_commands.json: config/dune config/discover.ml $(wildcard *.c *.h)
12
@dune rules | dune-compiledb
13
14
clean-compile-commands:
0 commit comments