aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-25 21:07:25 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-25 21:07:25 +0100
commitd4295a38b81ae929a35d89850261aa5b3c34cce8 (patch)
treea6107e05dd831a5335efbdad747e7443d9f1307c
parent29fbbc7bf7be84f37ff613f9db30d68b79114b13 (diff)
add -B and -n flags to compile_commands target in makefile
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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