makedefaults
来自「无线通信的主要编程软件,是无线通信工作人员的必备工具,关天相关教程我会在后续传上」· 代码 · 共 28 行
TXT
28 行
#-*-Makefile-*- vim:syntax=make#$Id: Makedefaults,v 1.8 2005/08/02 15:15:02 jwhui Exp $DEFAULT_LOCAL_GROUP ?= 0x7dNESC_FLAGS ?= -Wnesc-allGOALS += ident_flags tos_image bnpifneq ($(filter mica2 mica2dot micaz telos telosa telosb tmote,$(GOALS)),) TINYOS_NP ?= BNPendifdefine 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 communicationendefHELP += $(DEFAULT_HELP)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?