📄 untitled.m
字号:
# makefile for System: CentralSys
sctAUTOCFGDEP =
sctCOMPFLAGS = -DXUSE_GENERIC_FUNC
!include $(SCTDIR)\make.opt
default: Untitled$(sctEXTENSION)
Untitled$(sctEXTENSION): \
Untitled$(sctOEXTENSION) \
$(sctLINKKERNELDEP)
$(sctLD) @&&!
$(sctLDFLAGS) \
-eUntitled$(sctEXTENSION) \
Untitled$(sctOEXTENSION) $(sctLINKKERNEL)
!
Untitled$(sctOEXTENSION): \
Untitled.c
$(sctCC) @&&!
$(sctCPPFLAGS) $(sctCCFLAGS) \
$(sctIFDEF) \
-oUntitled$(sctOEXTENSION) \
Untitled.c
!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -