Skip to content

Commit

Permalink
add clangd support
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Feb 23, 2023
1 parent b8c42b7 commit 4b1d5a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ LIBTOOL_DISTCLEAN_FILES = \
build-aux/test-driver
DISTCLEANFILES = .version m4/pkg.m4

compile_commands.json: Makefile $(srcdir)/config.h \
$(dist_pkginclude_HEADERS)
-intercept-build $(MAKE)

if ENABLE_DOC
MAN1_SOURCES = doc/man/man1/check_for_unsafe_apis.1
dist_man_MANS =
Expand Down

0 comments on commit 4b1d5a6

Please sign in to comment.