From f2cbb1e7190eb47eccffe49dd36ce3e9af653abd Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Mon, 10 Oct 2022 09:33:31 +0200 Subject: [PATCH] chore: ./build as default build directory --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index b01b6fb3a..b95a7cf64 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -1,5 +1,5 @@ BUILD_TYPE?=Release -BUILD_DIR?=./build-$(BUILD_TYPE) +BUILD_DIR?=./build Python3_EXECUTABLE?= BINDINGS_PYTHON_ENABLED=ON DATAFLOW_EXECUTION_ENABLED=OFF