diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 17:31:16 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 17:31:16 +0100 |
commit | fc95a016d13c1510a024888c1b87bbfe1a7f7601 (patch) | |
tree | 9b98a41d648da3e5acde0897d41cd79c11a7d1e3 /makefile | |
parent | d629902140406ac26fa65c1a7d559e6f1798206f (diff) |
squash more todo's
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |