aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-30 20:33:41 +0100
committerlonkaars <loek@pipeframe.xyz>2022-10-30 20:33:41 +0100
commitea9463c3ba9335bc3d04dd04502ab9e67e8a718c (patch)
treede55f4b03eba50533f6dd220c31d50fa4239d94a /makefile
parentc0eeae6901572be2469ab61620c39cd2d3b2cb58 (diff)
finish merge
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 3 insertions, 6 deletions
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