📄 module.mk
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -