From c46a68febab51a8e5fd22ed3377cb8b7c9d96979 Mon Sep 17 00:00:00 2001 From: jzlv Date: Wed, 23 Feb 2022 17:15:07 +0800 Subject: [PATCH] [chore][makefile] fix build command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 084dce81..6dd2598a 100644 --- a/Makefile +++ b/Makefile @@ -47,11 +47,11 @@ cmake_definition+= -DCONFIG_HW_SEC_ENG_DISABLE=$(SUPPORT_HW_SEC_ENG_DISABLE) cmake_definition+= -DCONFIG_BLECONTROLLER_LIB=$(SUPPORT_BLECONTROLLER_LIB) build:Makefile - cmake -S . -B build -G "Unix Makefiles" $(cmake_definition) .. + cmake -S . -B build -G "Unix Makefiles" $(cmake_definition) cd build && make -j4 help: - @echo "Welcome to MCU SDK camke build system,commands are as follows:" + @echo "Welcome to MCU SDK cmake build system,commands are as follows:" @echo "" @echo "make clean - Remove all cmake caches and output files" @echo "make SUPPORT_FLOAT=y - Enable float print"