summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-28 17:20:49 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-05-29 11:10:01 +0200
commit1e87365b113eb79bc12dbea4e9291050492b5a29 (patch)
treee84b3451f662162f7fc2d42984c0a0a0b39a6937 /build.sh
parentcd5b0a485a6de3e8c89c375901978f092cb2dea2 (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-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 64bd7f5e..393677ae 100755
--- a/build.sh
+++ b/build.sh
@@ -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 -