[fix] Review fixes
This commit is contained in:
3
Makefile
3
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'),)
|
||||
|
||||
Reference in New Issue
Block a user