?? makefile
字號:
CFLAGS = -OSUBDIRS = misc-progs misc-modules \ scull sbull snull short pciFTPDIR = ../ftpall: subdirssubdirs: for n in $(SUBDIRS); do $(MAKE) -C $$n || exit 1; doneclean: rm -f *.o *~ for n in $(SUBDIRS); do $(MAKE) -C $$n clean; done## These are for internal use, and won't work with the released sources.checkthem: for n in $(SUBDIRS); do $(MAKE) -C $$n checkthem; donecheck: for n in $(SUBDIRS); do $(MAKE) -C $$n check; doneobjs: for n in $(SUBDIRS); do $(MAKE) -C $$n objs; donetestneed: for n in $(SUBDIRS); do $(MAKE) -C $$n testneed; doneftp: clean -@mkdir $(FTPDIR) shar -V -x * | ../tools/sharfilter | (cd $(FTPDIR) && sh -)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -