From ea9463c3ba9335bc3d04dd04502ab9e67e8a718c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 30 Oct 2022 20:33:41 +0100 Subject: finish merge --- makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 31ff4bf..eb70910 100644 --- a/makefile +++ b/makefile @@ -4,14 +4,11 @@ clean: make -C client clean make -C stm32f091 clean -client_makefile: - qmake client/client.pro -o client/makefile +client_compile_commands: + compiledb -o client/compile_commands.json make -BnC client -client: client_makefile +client: make -j -C client -client_compile_commands: client_makefile - compiledb -o client/compile_commands.json make -BnC client - stm32: make -j -C stm32f091 -- cgit v1.2.3