欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

GNU Make Doc Index

程序员文章站 2022-07-14 13:17:04
...

GNU Make Doc

文章说明

本教程使用环境

  • GNU Make: 4.1
  • system: ubuntu 18.04.4 LTS
~# make --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
~# uname -a 
Linux mylinux 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

~# lsb_release -a 
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.4 LTS
Release:        18.04
Codename:       bionic

全文参考官方英文文档,进一步拓展
官方文档很重要,一定要去读,即使有现成的翻译版

参考链接

GNU make manual

相关标签: GNU Make makefile