diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash cd CAN-config-generator && make build && cd - -cd CAN-binder && make build && cd - +cd CAN-binder && ./build.mk mrproper && ./build.mk build && cd - |