?? makefile
字號:
include ../Make.definesDIRS = square1 square2 square3 square4 square5 \ square6 square7 square8 square9 square10 \ xdr1 test1# All this Makefile does is clean all the subdirectories.all:clean: for i in ${DIRS} ; \ do (cd $$i; make clean) ; \ done rm -f ${PROGS} ${CLEANFILES} *_clnt.c *_svc.c *_xdr.c square.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -