makefile
来自「This a framework to test new ideas in tr」· 代码 · 共 9 行
TXT
9 行
DIRS = MS BSBASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")include $(BASE)/Include/subdir.mktwousers: cleanproc server @cd BS; make -s user_wait & @cd MS; sleep 2; make -s user_wait & @cd MS; sleep 5; make -s user_show
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?