chore(tfhe): fix Makefile typo

This commit is contained in:
Arthur Meyre
2022-11-15 16:45:44 +01:00
parent 95646ca03a
commit dc9c651d3b

View File

@@ -98,7 +98,7 @@ build_boolean_and_shortint: install_rs_build_toolchain
.PHONY: build_c_api # Build the C API for boolean and shortint
build_c_api: install_rs_build_toolchain
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) build --release
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) build --release \
--features=$(TARGET_ARCH_FEATURE),boolean-c-api,shortint-c-api -p tfhe
.PHONY: test_core_crypto # Run the tests of the core_crypto module