📄 makefile
字号:
# $Id: Makefile,v 1.7.2.1 2002/03/14 01:26:21 kanoj Exp $# Makefile for the Sun Boot PROM interface library under# Linux.#USE_STANDARD_AS_RULE := trueEXTRA_AFLAGS := -ansiL_TARGET = promlib.aobj-y := bootstr.o devops.o init.o memory.o misc.o \ tree.o console.o printf.o p1275.o map.oinclude $(TOPDIR)/Rules.make%.o: %.c $(CC) $(subst -pg,,$(CFLAGS)) -c $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -