Skip to content

Commit

Permalink
make: remove shell target
Browse files Browse the repository at this point in the history
The shell is built by default, so this target doesn't make sense.
  • Loading branch information
Riolku committed Dec 5, 2023
1 parent 86b82d4 commit e71beed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ benchmark:
example:
$(call run-cmake-release, -DBUILD_EXAMPLES=TRUE)

shell:
$(call run-cmake-release, -DBUILD_SHELL=TRUE)


# Clang-related tools and checks

Expand Down

0 comments on commit e71beed

Please sign in to comment.