測試大檔案支援順手玩了一下Makefile撈command line 結果,整理如下
$(shell command)
- 跑command,回傳command 輸出畫面,類似command line的
$(command)
或是`command`
- 跑command,回傳command 輸出畫面,類似command line的
$(warning)
- 顯示警告訊息,這邊是單純拿來顯示
- ifeq字串比較記得不要亂加
"
範例如下
1 2 3 4 5 6 7 8 |
|
測試大檔案支援順手玩了一下Makefile撈command line 結果,整理如下
$(shell command)
$(command)
或是`command`$(warning)
"
範例如下
1 2 3 4 5 6 7 8 |
|