makefile
来自「Small Device C Compiler 面向Inter8051」· 代码 · 共 19 行
TXT
19 行
all : test390.ihxtest390.ihx : test390.c sdcc -mds390 test390.cnormal : sdcc -mds390 --model-large test390.cclean: rm mon.ihx *.lst *.rel *.rst *.sym *.cdb *.map *.ihx *.lnk *.asmsim: ./s51 -t DS390F -Sout=test.lst test390.ihxsim_norm: ./s51 -t DS390 -Sout=test.lst test390.ihx
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?