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:\生成文件:

 placeholderCopyhelloWorld :
[TAB]echo hello world

运行结果:

 placeholderCopyC:\>make
echo hello world
hello world

注意: [TAB]应替换为实际选项卡,stackoverflow 用空格替换选项卡,并且空格不与 makefile 中的选项卡相同。

  • gzip 文件的通用规则

Copyright © 2018. All right reserved

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

  • 关于我们
  • 免责声明