About 83,900,000 results
Open links in new tab
  1. Make | AI Workflow Automation Software & Tools

    Make drives efficiencies, solves problems, and speeds innovation by breaking down silos across your business. Cut complexity and move faster by automating everything from monitoring to …

  2. Make - GNU Project - Free Software Foundation

    Feb 26, 2023 · GNU Make has many powerful features for use in makefiles, beyond what other Make versions have. It can also regenerate, use, and then delete intermediate files which …

  3. 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. …

  4. 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 …

  5. MAKE Definition & Meaning - Merriam-Webster

    The meaning of MAKE is to bring into being by forming, shaping, or altering material : fashion. How to use make in a sentence.

  6. make (1) - Linux manual page - man7.org

    This is typically used with recursive invocations of make. -d Print debugging information in addition to normal processing. The debugging information says which files are being …

  7. Make: DIY Projects and Ideas for Makers

    Make: celebrates your right to tweak, hack, and bend any technology to your will.

  8. Makefile Tutorial By Example

    Makefiles are used to help decide which parts of a large program need to be recompiled. In the vast majority of cases, C or C++ files are compiled. Other languages typically have their own …

  9. 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 …

  10. 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.