?? clean-ac.am
字號(hào):
## ######################################################################## File: clean-ac.am#### Purpose: Clean the autoconf stuff and remake all makefiles#### Version: $Id: clean-ac.am,v 1.2 2002/07/11 20:42:41 cary Exp $#### Copyright 2001, Tech-X Corporation. Freely distributable provided## copyright statement remains intact.#### ####################################################################cleanautoconf: rm -f Makefile.in if test -n "$(SUBDIRS)"; then \ for i in $(SUBDIRS); do cd $$i; $(MAKE) cleanautoconf; done \ fi rm -f Makefile.bak mv Makefile Makefile.bak
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -