Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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}
##########################