aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: eb709100bfc387f66d08cd81e16ecaae27b7c6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
all: client stm32

clean:
	make -C client clean
	make -C stm32f091 clean

client_compile_commands:
	compiledb -o client/compile_commands.json make -BnC client

client:
	make -j -C client

stm32:
	make -j -C stm32f091