Clean unused project files and update build script
[apps/low-level-can-service.git] / build.sh
1 #!/bin/bash
2
3 cd CAN-config-generator && make build && cd -
4 cd CAN-binder && ./build.mk mrproper && ./build.mk build && cd -