From b6167cae8acdcd24296361d5d748db20a648deb5 Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Thu, 17 Feb 2022 08:58:02 +0100 Subject: [PATCH] [fix] Review fixes --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0ddf3e8..803e243 100644 --- a/Makefile +++ b/Makefile @@ -388,9 +388,8 @@ $(info INFO: Need to reinitialize git submodules) $(shell git submodule update --init) endif -# rebuild +# rebuild SDK $(shell python3 tools/build_sdk.py) -$(shell find ./ethereum-plugin-sdk -iname '*.h' -o -iname '*.c' | xargs clang-format-10 -i) # check if a difference is noticed (fail if it happens in CI build) ifneq ($(shell git status | grep 'ethereum-plugin-sdk'),)