From 1e87365b113eb79bc12dbea4e9291050492b5a29 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sun, 28 May 2017 17:20:49 +0200 Subject: Clean unused project files and update build script Change-Id: I4f606005ee781716da52f2ef68e55eeb69026ce3 Signed-off-by: Romain Forlot --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') 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 - -- cgit 1.2.3-korg