makefile
来自「8051 interrupt assemble code」· 代码 · 共 11 行
TXT
11 行
CC=sdccall:hello.binhello.bin:hello cat $< | makebin -p > $@hello:hello.cinstall:hello.bin cat $< | itrs-isp-from-stdinclean: rm -f hello.bin hello hello.map hello.sym hello.lst hello.asm hello.lnk hello.mem hello.rel hello.rst
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?