About 21,500,000 results
Open links in new tab
  1. Make - GNU Project - Free Software Foundation

    Feb 26, 2023 · Make is not limited to building a package. You can also use Make to control installing or deinstalling a package, generate tags tables for it, or anything else you want to do …

  2. make (1) — Linux manual page - man7.org

    This page is part of the make (GNU make) project. Information about the project can be found at http://www.gnu.org/software/make/ . If you have a bug report for this manual page, see …

  3. Makefile Tutorial By Example

    Make can also be used beyond compilation too, when you need a series of instructions to run depending on what files have changed. This tutorial will focus on the C/C++ compilation use …

  4. Linux make Command with Examples - GeeksforGeeks

    Jul 23, 2025 · The make command for Linux is a very useful utility in the automation of software development and performing tasks in a Linux environment. It simply reads a special file, which …

  5. Linux Make Command - Computer Hope

    Jun 1, 2025 · Linux make command guide with detailed examples and syntax, aimed at helping users efficiently build and manage programs from source code using the terminal.

  6. Using the Make Utility and Makefiles in Linux [Guide]

    Dec 6, 2022 · This article covers the basics of a makefile, a file that the make utility depends on, to simplify compilation of your software repository. This is done by starting from a basic …

  7. Top (GNU make) - chiark

    This file documents the GNU make utility, which determines automatically which pieces of a large program need to be recompiled, and issues the commands to recompile them.

  8. GNU make

    Feb 26, 2023 · To prepare to use make, you must write a file called the makefile that describes the relationships among files in your program and provides commands for updating each file. …

  9. Automatic Variables (GNU make)

    What you do is use a special feature of make, the automatic variables. These variables have values computed afresh for each rule that is executed, based on the target and prerequisites …

  10. Quick Reference (GNU make)

    This variable is only needed if you’d like to set GNU make -specific flags in a POSIX-compliant makefile. This variable will be seen by GNU make and ignored by other make implementations.

  11. Some results have been removed
Refresh