diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 20:33:41 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 20:33:41 +0100 |
commit | ea9463c3ba9335bc3d04dd04502ab9e67e8a718c (patch) | |
tree | de55f4b03eba50533f6dd220c31d50fa4239d94a /makefile | |
parent | c0eeae6901572be2469ab61620c39cd2d3b2cb58 (diff) |
finish merge
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 |