📄 makefile
字号:
CONFDIR=../../confinclude $(CONFDIR)/config.makefile# VFAT includes do NOT belong here, remove them when VFS is implemented !INC_VFAT=../fs/vfat/includeINCLUDEDIRS=-I../include -Iinclude -I$(CONFDIR) -I$(INC_VFAT)CFLAGS= $(GCFLAGS) $(INCLUDEDIRS)OBJ=debug.o disc.o efs.o extract.o sextract.o interface.o ioman.o partition.o plibc.oall: efsl-baseefsl-base: $(OBJ) $(AR) rcs efsl-base.a $(OBJ)clean: rm -f $(OBJ) efsl-base.a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -