diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index 393677ae..00000000 --- a/build.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd CAN-config-generator && make build && cd - -cd CAN-binder && ./build.mk mrproper && ./build.mk build && cd - |