Fixup compile_commands.json after build

Closes #1
main
alexis 3 months ago
parent f3ec3a88a8
commit e62799641e

1
.gitignore vendored

@ -1,5 +1,6 @@
.have_docker
tags
.cache
# Ignore list for: c
*.d

@ -15,6 +15,7 @@ OPENOCD_DIR ?= $(dir $(shell command -v openocd))/..
all: .have_docker
${DOCKER_CMD} ${DOCKER_IMAGE} make lall
sed -i -e "s%"'"'"/project/%"'"'"$$(readlink -f .)/%" ${MESON_DIR}/compile_commands.json
wipe: clean all
lall: ${MESON_DIR}

@ -0,0 +1 @@
mbuild/compile_commands.json
Loading…
Cancel
Save