From fc95a016d13c1510a024888c1b87bbfe1a7f7601 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 30 Oct 2022 17:31:16 +0100 Subject: squash more todo's --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index a94d2a0..31ff4bf 100644 --- a/makefile +++ b/makefile @@ -8,10 +8,10 @@ client_makefile: qmake client/client.pro -o client/makefile client: client_makefile - make -jC client + make -j -C client client_compile_commands: client_makefile compiledb -o client/compile_commands.json make -BnC client stm32: - make -jC stm32f091 + make -j -C stm32f091 -- cgit v1.2.3