📄 makefile
字号:
SUBDIR = irq
TARGET = $(SUBDIR).a
OBJS = $(SUBDIR)_api.o
DEBUG_DIR = ..\..\debug
O_TARGET = $(DEBUG_DIR)\$(TARGET)
O_OBJS = $(DEBUG_DIR)\$(SUBDIR)_api.o
# this include file must be at the first position above any other rules
include ..\Rules.make
$(DEBUG_DIR)\$(SUBDIR)_api.o: $(SUBDIR)_api.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -