diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-25 21:07:25 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-25 21:07:25 +0100 |
commit | d4295a38b81ae929a35d89850261aa5b3c34cce8 (patch) | |
tree | a6107e05dd831a5335efbdad747e7443d9f1307c /makefile | |
parent | 29fbbc7bf7be84f37ff613f9db30d68b79114b13 (diff) |
add -B and -n flags to compile_commands target in makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,5 +20,5 @@ clean: $(RM) $(TARGET) $(OBJS) compile_commands: clean - compiledb make + compiledb make -Bn |