About 25,700,000 results
Open links in new tab
  1. Make | Automation Software | Connect Apps & Design Workflows

    Dec 9, 2024 · Automate your work. Make allows you to visually create, build and automate workflows. User friendly no-code integration tool. Try it now for free!

  2. Make - GNU Project - Free Software Foundation

    Feb 26, 2023 · GNU Make. GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. Make gets its knowledge …

  3. Make Integration | Workflow Automation

    Connect Make with any of your favorite apps in just a few clicks. Design, build, and automate anything for your work by integrating apps like Make to create visual automated workflows. …

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

  5. Make: DIY Projects and Ideas for Makers

    A smart collection of books, magazines, electronics kits, robots, microcontrollers, tools, supplies, and more curated by us, the people behind Make: and the Maker Faire. Make: Books. Maker …

  6. GNU make

    Feb 26, 2023 · 1 Overview of make. The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them.

  7. Make (software) - Wikipedia

    Generally, Make defaults to using the file in the working directory named Makefile. GNU Make searches for the first file matching: GNUmakefile, makefile, or Makefile. Make processes the …

  8. Automation Tool | Integration Platform - Make

    Make helps you accelerate digital transformation by integrating AI into your automation processes. Make AI Agents open even more possibilities, with automation that thinks and acts in the …

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

    The make utility will determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. The manual describes the GNU …

  10. Makefile Tutorial By Example

    The following Makefile ultimately runs all three targets. When you run make in the terminal, it will build a program called blah in a series of steps: Make selects the target blah, because the first …