small cleanup

This commit is contained in:
realbigsean
2022-12-08 09:18:56 -05:00
parent 254cad369e
commit d59a1c63fb
2 changed files with 1 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ install:
# Builds the lcli binary in release (optimized).
install-lcli:
cargo install --path lcli --force --locked --features "$(FEATURES),$(EF_TEST_FEATURES)" --profile "$(PROFILE)"
cargo install --path lcli --force --locked --features "$(FEATURES)" --profile "$(PROFILE)"
# The following commands use `cross` to build a cross-compile.
#