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'),)