📄 makefile~
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -