Skip to content

Commit

Permalink
Makefile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Aug 30, 2024
1 parent f6002bf commit 91e5508
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 @@ -7,6 +7,7 @@
BUILD_DIR=build
TEST_DIR=build/test
CLANG_FORMAT=clang-format -i
CLANG_FORMAT_EXCLUDE="test_vectors.cpp"
CLANG_TIDY=OFF
OPENSSL11_MANIFEST=alternatives/openssl_1.1
OPENSSL3_MANIFEST=alternatives/openssl_3
Expand Down Expand Up @@ -97,8 +98,6 @@ clean:
cclean:
rm -rf ${BUILD_DIR}

CLANG_FORMAT_EXCLUDE="test_vectors.cpp"

format:
for dir in include src test lib; \
do \
Expand Down

0 comments on commit 91e5508

Please sign in to comment.