📄 makefile
字号:
# @(#)Makefile 4.1 (ULTRIX) 7/2/90 ## SRCROOT should be set in the Shell environment##SRCROOT= $(SRCROOT)## MACHINE is set by make# currently either vax or mips##MACHINE = $(MACHINE)## allows .DEFAULT: to triggers instead of .?.? rules#.SUFFIXES:.SUFFIXES: .z## Generic variable and macro definitions#include $(SRCROOT)/genmake.d/Makevars_$(MACHINE).mkMAKERULE=$@## "make all" is the default#all: ($(CD) _$(MACHINE).b;\ $(MAKECMD) all).DEFAULT: ($(CD) _$(MACHINE).b;\ $(MAKECMD) $@)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -