aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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