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