diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-05 13:51:33 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-05 13:51:33 +0100 |
commit | 4e4b35df42044c0f72a6f50a7f0158db4f379748 (patch) | |
tree | 2a65d4cd40f13435cd96e6e2abf285601fa0eff6 /confui/makefile | |
parent | 2c2ff814653f37947f8c253b29f8b08520ae71b7 (diff) |
fix `cd_s_cmd_node` alloc/create function
Diffstat (limited to 'confui/makefile')
-rw-r--r-- | confui/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/confui/makefile b/confui/makefile index e1faed6..2e22e20 100644 --- a/confui/makefile +++ b/confui/makefile @@ -18,3 +18,6 @@ FMT_FILES := $(filter-out %.pro,$(FMT_FILES)) # filter *.pro format: clang-format -i $(FMT_FILES) clang-tidy --fix-errors $(FMT_FILES) + +compile_commands: + compiledb make -Bn |