From 265232d0ec91b457d882d0d0322e9d2f4b2cffac Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 28 Sep 2022 14:36:31 +0200 Subject: qt debug and editor autocomplete config for vscode (tested linux) --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 0f478fd..60e06ef 100644 --- a/makefile +++ b/makefile @@ -10,5 +10,8 @@ client_makefile: client: client_makefile make -C client +client_compile_commands: client_makefile + compiledb -o client/compile_commands.json make -C client + stm32: make -C stm32f091 -- cgit v1.2.3