diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-28 15:57:02 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-01-29 10:13:29 +0200 |
| commit | 3e0c7ecdd97b2ec8528650328064693e9fff01ce (patch) | |
| tree | 867d3c413414b2a67991a6af867c06d02cb1818f | |
| parent | 29e6c21ed8945936774befae8e78002cb707759f (diff) | |
build: symlink to compile_commands.json to topdir
This allows eg. rmsbolt to work OOB
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ endif # make clean all MESON_FLAGS="-Db_sanitize=thread" CXX=clang++ CC=clang all: $(BUILDDIR) @$(NINJA) -C $(BUILDDIR) $(VERBOSE) + @ln -sf $(BUILDDIR)/compile_commands.json $(CURDIR) || /bin/true $(BUILDDIR): @$(MESON) $(MESON_FLAGS) $(BUILDDIR) |
