makefile

来自「The Staged Event-Driven Architecture (SE」· 代码 · 共 20 行

TXT
20
字号
####################################################################### Makefile from Rob von Behren, from pieces stolen from Steve Gribble# and Matt Welsh## ***new package creators:  you must modify the following variables..***##    SUBDIRS = list of subdirectories to recurse# ######################################################################SUBDIRS = NODOCS = true###### don't modify anything below this line!BASE = $(shell pwd | sed 's@\(.*\)/seda.*$$@\1/seda@' )include $(BASE)/Makefile.includerun:	LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../jni java NBIOTest

⌨️ 快捷键说明

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