📄 makefile.mak
字号:
## Makefile.mak - nmake-style Makefile#TOPDIR = ..\..TARGET = trutella.exeTYPE = windows!include $(TOPDIR)\Makefile.mak.cfgOBJS = gui.obj trut.obj trutella.resall: $(TARGET)$(TARGET): $(OBJS) $(LD) -out:$@ $(OBJS) $(LDFLAGS)trutcons.exe: console.obj trut.obj $(LD) $(LDFLAGS) -out:$@ $**install: $(TARGET) $(CP) $(TARGET) $(INSTDIR)clean: -<<clean.bat $(CLEAN)<< -$(RM) trutcons.exe
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -