all: client stm32 clean: make -C client clean make -C stm32f091 clean client_makefile: qmake client/client.pro -o client/makefile client: client_makefile make -j -C client client_compile_commands: client_makefile compiledb -o client/compile_commands.json make -BnC client stm32: make -j -C stm32f091