Skip to content

Commit acdbdd7

Browse files
add advanced options to template makefile
1 parent 6d21ee3 commit acdbdd7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/template/makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,18 @@ ICON ?= iconc.png
1111
DESCRIPTION ?= "C SDK Demo"
1212

1313
# ----------------------------
14+
# Other Options (Advanced)
15+
# ----------------------------
16+
17+
#EXTRA_CFLAGS ?=
18+
#USE_FLASH_FUNCTIONS ?= YES|NO
19+
#OUTPUT_MAP ?= YES|NO
20+
#ARCHIVED ?= YES|NO
21+
#OPT_MODE ?= -optsize|-optspeed
22+
#SRCDIR ?= src
23+
#OBJDIR ?= obj
24+
#BINDIR ?= bin
25+
#GFXDIR ?= src/gfx
26+
#V ?= 1
1427

1528
include $(CEDEV)/include/.makefile

0 commit comments

Comments
 (0)