spec.mk

来自「Small Device C Compiler 面向Inter8051」· MK 代码 · 共 12 行

MK
12
字号
# Port specification for the mcs51 port running with uCsim## model largeSDCCFLAGS +=--model-large# copy support.c$(PORTS_DIR)/$(PORT)/%.c: $(PORTS_DIR)/mcs51/%.c	cp $< $@include $(PORTS_DIR)/mcs51/spec.mk

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?