From d0d98c82281977684fd8f026d1e5dc8857727ff8 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 24 Jun 2022 11:06:42 +0200 Subject: [PATCH] chore: Add build-benchmarks to the all target --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index dea0cb5f9..fee646eb5 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -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