aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
blob: 64bd7f5edee03a4652530b86a6695b12cd65fa4a (plain)
1
2
3
4
#!/bin/bash

cd CAN-config-generator && make build && cd -
cd CAN-binder && make build && cd -