Skip to content

Commit c036ad8

Browse files
author
BirdeeHub
committed
docs(comments): makefile comment
1 parent 1489dc6 commit c036ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build: $(SRC)/src/*
3232
@mkdir -p $(DESTDIR)
3333
$(CC) $(CFLAGS) -o $(DESTDIR)/tomlua.so $(SRCS)
3434

35-
bear: # used to generate compile_commands.json, required for detecting library functions by clangd and ccls
35+
bear: # used to generate compile_commands.json, which editor tools use such as clangd and ccls
3636
$(check_lua_incdir)
3737
$(BEAR) -- $(CC) -### $(CFLAGS) -o $(DESTDIR)/tomlua.so $(SRCS) > /dev/null 2>&1
3838
$(GREP) -v -- "-###" compile_commands.json > compile_commands.tmp && mv compile_commands.tmp compile_commands.json

0 commit comments

Comments
 (0)