Skip to content

Commit

Permalink
revert Makefile testing
Browse files Browse the repository at this point in the history
  • Loading branch information
demo-exe committed Jan 4, 2024
1 parent 163382b commit 4c847f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ version:
fi

checkstyle:
# find . -name "*.c" -or -name "*.h" | xargs clang-format-11 -n --Werror
find . -name "*.c" -or -name "*.h" | xargs /usr/bin/clang-format -n --Werror
find . -name "*.c" -or -name "*.h" | xargs clang-format-11 -n --Werror

ci-build: version
hack/ci-build.sh
Expand Down

0 comments on commit 4c847f7

Please sign in to comment.