Skip to content

Commit

Permalink
Remove the useless make target (vesoft-inc#275)
Browse files Browse the repository at this point in the history
Co-authored-by: Yee <[email protected]>
  • Loading branch information
nebula-bots and yixinglu authored Nov 15, 2021
1 parent 8915ce7 commit 3528256
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ include(GitHooksConfig)
include(GitInfoConfig)
include(NebulaCustomTargets)

add_custom_target(
install-all
COMMAND $MAKE install
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)


add_custom_target(
clang-format
COMMAND "find" "src/" "-type" "f" "\\(" "-iname" "\\*.h" "-o" "-iname" "\\*.cpp" "\\)" "|" "xargs" "clang-format" "-i"
Expand Down

0 comments on commit 3528256

Please sign in to comment.