makefile
来自「The Staged Event-Driven Architecture (SE」· 代码 · 共 10 行
TXT
10 行
### Configured to use NBIO by default. If you wish to use JDK 1.4's ### java.nio package instead, comment out the following line:SUBDIRS = nbio test### And then uncomment this line:#SUBDIRS = nio test###### don't modify anything below this line!BASE = $(shell pwd | sed 's@\(.*\)/seda.*$$@\1/seda@' )include $(BASE)/Makefile.include
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?