module.mk

来自「idel虚拟机源码」· MK 代码 · 共 14 行

MK
14
字号
b := examples/helloexamples-hello-test: $b/hello	bin/idelvm $b/hello >tmp-output	echo 'Hello, world!' | diff tmp-output -$b/hello: $b/hello.idel bin/idelasm	cpp $< | bin/idelasm >$@EXAMPLES += $b/helloTESTS += examples-hello-testCLEAN += $b/hello tmp-output

⌨️ 快捷键说明

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