📄 clean-ac.am
字号:
## ######################################################################## 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -