makefile~
来自「《jsp编程起步》里面的所有源代码」· 代码 · 共 20 行
TXT
20 行
# Generated automatically from Makefile.in by configure.SHELL=/bin/shsrcdir = .top_srcdir = ../../..plugins=all : pluginsplugins : (cd common; $(MAKE)) for dir in $(plugins); do (cd $$dir; $(MAKE)); doneclean : for dir in common nsapi apache resin; do \ (cd $$dir; $(MAKE) clean); \ doneinstall : for dir in $(plugins); do (cd $$dir; $(MAKE) install); done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?