diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-28 17:20:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-29 11:10:01 +0200 |
commit | 1e87365b113eb79bc12dbea4e9291050492b5a29 (patch) | |
tree | e84b3451f662162f7fc2d42984c0a0a0b39a6937 /build.sh | |
parent | cd5b0a485a6de3e8c89c375901978f092cb2dea2 (diff) |
Clean unused project files and update build script
Change-Id: I4f606005ee781716da52f2ef68e55eeb69026ce3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
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 - |