From d4295a38b81ae929a35d89850261aa5b3c34cce8 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 25 Dec 2022 21:07:25 +0100 Subject: add -B and -n flags to compile_commands target in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 78d52e2..798ffd8 100644 --- a/makefile +++ b/makefile @@ -20,5 +20,5 @@ clean: $(RM) $(TARGET) $(OBJS) compile_commands: clean - compiledb make + compiledb make -Bn -- cgit v1.2.3