摘要:
Makefile 代碼如下: B 需要 A 的 產出, A B 是 target, case 1: single thread make j1 則執行的順序為 A B A 先產出,B 再消化。 case 2: multi thread make j16 則執行的順序為平行 A B A 尚未產出 B 阅读全文
摘要:
case 1: Makefile environment_1 : There is only file a clean a environment_2 : There are two file a and clean can't clean a case 2: Makefile environmen 阅读全文
摘要:
short cut https://code.visualstudio.com/shortcuts/keyboard shortcuts linux.pdf go to definition : F12 go back : ctrl alt go forward : ctrl shift Find 阅读全文