?? makefile
字號:
CFLAGS = -OSUBDIRS = misc-progs misc-modules \ skull scull scullc scullp scullv sbull spull snull\ short shortprint pci simple usb allocatorFTPDIR = ../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; donecheckthem: 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; done
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -