mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
chore(tfhe): fix Makefile typo
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user