diff --git a/Makefile b/Makefile index abac683d5fe..f3577ecdc5f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This makefile does nothing but delegating the actual building to cmake. all: - @mkdir -p build && cd build && cmake .. $(python ./scripts/get_python_cmake_flags.py) && make + @mkdir -p build && cd build && cmake .. $(python ./scripts/get_python_cmake_flags.py) && $(MAKE) local: @./scripts/build_local.sh