makefile

来自「tinyos最新版」· 代码 · 共 17 行

TXT
17
字号
# Top-level Makefile for tools/java INITIAL_TARGETS = simROOT = ../../..include $(ROOT)/Makefile.include# This depends on SimProtocol being compiled along with the various# message types from MIG#NidoSerialDataSource.class: simsim: 	(cd ../sim/msg; $(MAKE))clean-nido:	(cd nido; $(MAKE) clean)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?