fix: make all builds rust-bindings

This commit is contained in:
rudy
2022-12-22 10:09:12 +01:00
committed by rudy-6-4
parent 04ea0ab148
commit a2c6763d80

View File

@@ -86,6 +86,10 @@ else
endif
all: concretecompiler python-bindings build-tests build-benchmarks build-mlbench doc
ifeq ($(OS), linux)
# rust-bindings only compiles on Linux
all: rust-bindings
endif
# concrete-core-ffi #######################################