From e892ee5639d0f538740e4f1d51284ec27039e270 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 30 Oct 2022 14:34:49 +0100 Subject: fix last record time delta fetch --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 60e06ef..a94d2a0 100644 --- a/makefile +++ b/makefile @@ -8,10 +8,10 @@ client_makefile: qmake client/client.pro -o client/makefile client: client_makefile - make -C client + make -jC client client_compile_commands: client_makefile - compiledb -o client/compile_commands.json make -C client + compiledb -o client/compile_commands.json make -BnC client stm32: - make -C stm32f091 + make -jC stm32f091 -- cgit v1.2.3