aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-30 14:34:49 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-30 14:34:49 +0100
commite892ee5639d0f538740e4f1d51284ec27039e270 (patch)
treecd6906c0c4f0f3290875d839ccb308e5d045da4e /makefile
parent762a3b76d9b3351a93d8156598a79eaec4c0ef90 (diff)
fix last record time delta fetch
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
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