Merge pull request #359 from tdaede/compdb

Add Make target to build compdb.
This commit is contained in:
David Given
2022-01-03 00:15:18 +01:00
committed by GitHub

View File

@@ -83,3 +83,5 @@ clean:
@mkdir -p $(OBJDIR)
@sh $< > $@
compdb:
@ninja -f .obj/build.ninja -t compdb > compile_commands.json