We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0864a4f commit b6167caCopy full SHA for b6167ca
Makefile
@@ -388,9 +388,8 @@ $(info INFO: Need to reinitialize git submodules)
388
$(shell git submodule update --init)
389
endif
390
391
-# rebuild
+# rebuild SDK
392
$(shell python3 tools/build_sdk.py)
393
-$(shell find ./ethereum-plugin-sdk -iname '*.h' -o -iname '*.c' | xargs clang-format-10 -i)
394
395
# check if a difference is noticed (fail if it happens in CI build)
396
ifneq ($(shell git status | grep 'ethereum-plugin-sdk'),)
0 commit comments