We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1489dc6 commit c036ad8Copy full SHA for c036ad8
Makefile
@@ -32,7 +32,7 @@ build: $(SRC)/src/*
32
@mkdir -p $(DESTDIR)
33
$(CC) $(CFLAGS) -o $(DESTDIR)/tomlua.so $(SRCS)
34
35
-bear: # used to generate compile_commands.json, required for detecting library functions by clangd and ccls
+bear: # used to generate compile_commands.json, which editor tools use such as clangd and ccls
36
$(check_lua_incdir)
37
$(BEAR) -- $(CC) -### $(CFLAGS) -o $(DESTDIR)/tomlua.so $(SRCS) > /dev/null 2>&1
38
$(GREP) -v -- "-###" compile_commands.json > compile_commands.tmp && mv compile_commands.tmp compile_commands.json
0 commit comments