📄 makefile.unix
字号:
################################################# Common makefile for unix systems################################################################################################O = o CPP = cppASM = asmA = aSO = soOUT = -oTO_OBJ = -cDEF = -DINC = -ILIBDEF = -LLIBINC = -lSEP = /CC_FLAGS += $(DEBUG) $(DEFINES) $(INCLUDES) $(TO_OBJ)LD_FLAGS += $(EXT_LIB) $(LIBC) $(LIBM)LDSO_FLAGS += $(EXT_LIB_SO_DYN_LOAD) $(EXT_LIB_SO)################################################include $(ROOT_DIR)$(SEP)util$(SEP)makefile.headinclude $(ROOT_DIR)$(SEP)util$(SEP)makefile.allinclude $(ROOT_DIR)$(SEP)util$(SEP)makefile.tail################################################
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -