mbed-scli test program
Diff: Makefile
- Revision:
- 3:60330a83318b
- Parent:
- 1:d5669b136382
- Child:
- 4:85e9057db7a6
--- a/Makefile Sun Feb 26 20:46:33 2017 +0900 +++ b/Makefile Sun Feb 26 20:46:49 2017 +0900 @@ -1,6 +1,6 @@ # # Super light weight command line compile script using mbed-sdk sources. -# v0.4 +# v0.5 # 2017/02 made by dinau # @@ -40,7 +40,7 @@ MBED_ROOT = /d/mbed-os # Specify [ "default" or "debug" or "small" ] -PROFILE = --profile default +PROFILE = default # Verbose display ifeq (${v},1) @@ -57,7 +57,7 @@ MACROS = "-D NDEBUG=1" #CFLAGS = "--cflags NDEBUG=1" BUILD_DIR = .build/${TARGET}/${TC} -COMFLAG = --color -m ${TARGET} -t ${TC} ${VERBOSE} ${PROFILE} +COMFLAG = --color -m ${TARGET} -t ${TC} ${VERBOSE} --profile ${PROFILE} PROG_NAME = -n ${PROG} ##########################