chore: Add build-benchmarks to the all target

This commit is contained in:
Quentin Bourgerie
2022-06-24 11:06:42 +02:00
parent f06957a197
commit d0d98c8228

View File

@@ -66,7 +66,7 @@ $(BUILD_DIR)/configured.stamp:
-DCONCRETE_OPTIMIZER_DIR=${CONCRETE_OPTIMIZER_DIR}
touch $@
all: concretecompiler python-bindings build-tests doc
all: concretecompiler python-bindings build-tests build-benchmarks doc
build-initialized: concrete-optimizer-lib $(BUILD_DIR)/configured.stamp