update client
[mTask.git] / client / Makefile
1 all:
2 make -C nodemcu
3 make -C stm32
4 make -C linux
5
6 clean:
7 make -C nodemcu clean
8 make -C stm32 clean
9 make -C linux clean