📄 makefile
字号:
SUBDIRS = sdl_displayall: subdirssubdirs: $(patsubst %, _dir_%, $(SUBDIRS))$(patsubst %, _dir_%, $(SUBDIRS)) : $(MAKE) CFLAGS="$(CFLAGS)" MAYOR_VERSION="$(MAYOR_VERSION)" -C $(patsubst _dir_%, %, $@)install: $(patsubst %, _install_%, $(SUBDIRS))$(patsubst %, _install_%, $(SUBDIRS)) : $(MAKE) CFLAGS="$(CFLAGS)" MAYOR_VERSION="$(MAYOR_VERSION)" -C $(patsubst _install_%, %, $@) installclean: $(patsubst %, _clean_%, $(SUBDIRS))$(patsubst %, _clean_%, $(SUBDIRS)) : $(MAKE) CFLAGS="$(CFLAGS)" MAYOR_VERSION="$(MAYOR_VERSION)" -C $(patsubst _clean_%, %, $@) cleantags: $(OBJS) etags *.c *.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -