make_store
来自「电驴的MAC源代码」· 代码 · 共 6 行
TXT
6 行
### make_store stores the compilation and warning messages on different files### compilation_messages and warning_messages### Of course, error go on warning messages... so you can't see the error happening.#!/bin/shmake 1>compilation_messages 2>warning_messages
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?