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

cd CAN-config-generator && make build && cd -
cd CAN-binder && ./build.mk mrproper && ./build.mk build && cd -