makedefaults
来自「tinyos-2.x.rar」· 代码 · 共 25 行
TXT
25 行
#-*-Makefile-*- vim:syntax=make
#$Id: Makedefaults,v 1.8 2008/06/18 20:22:51 razvanm Exp $
DEFAULT_LOCAL_GROUP ?= 0x22
OPTFLAGS ?= -Os
NESC_FLAGS ?= -Wnesc-all
GOALS += ident_flags tos_image tosboot
define DEFAULT_HELP
Welcome to the TinyOS make system!
You must specify one of the valid targets and possibly some combination of
the extra options. Many targets have custom extras and extended help, so be
sure to try "make <target> help" to learn of all the available features.
Global extras:
docs : compile additional nescdoc documentation
tinysec : compile with TinySec secure communication
endef
HELP += $(DEFAULT_HELP)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?