logo
  • 教程列表
  • SO官方文檔
  • makefile 入門
    • 基本的 Makefile
    • 定義規則
    • gzip 檔案的通用規則
    • makefile Hello World
  1. StackOverflow 文件
  2. makefile 教程
  3. makefile 入門
  4. makefile Hello World

makefile Hello World

Created: November-22, 2018

C:\生成檔案:

helloWorld :
[TAB]echo hello world

執行結果:

C:\>make
echo hello world
hello world

注意: [TAB]應替換為實際選項卡,stackoverflow 用空格替換選項卡,並且空格不與 makefile 中的選項卡相同。

  • gzip 檔案的通用規則

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明