?? makefile
字號:
## arch/ppc/boot/utils/Makefile## This file is subject to the terms and conditions of the GNU General Public# License. See the file "COPYING" in the main directory of this archive# for more details.HOSTCFLAGS += -I$(TOPDIR)/arch/$(ARCH)/boot/includeall: dummy# Simple programs with 1 file and no extra CFLAGSUTILS = addnote hack-coff mkprep mksimage mknote piggyback mkpmon mkbugboot$(UTILS): $(HOSTCC) $(HOSTCFLAGS) -o $@ $@.cclean: rm -f $(UTILS)include $(TOPDIR)/Rules.make
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -