make
Here are 747 public repositories matching this topic...
Modern Make
-
Updated
Mar 2, 2020 - Go
-
Updated
Oct 18, 2020 - Vim script
PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.
-
Updated
Nov 15, 2020 - PHP
Rust task runner and build tool.
-
Updated
Nov 7, 2020 - Rust
Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:
Traceback (most recent call last):
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
sys.exit(entrypoint())
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
A command line interface for your Swift scripts
-
Updated
Apr 28, 2020 - Swift
-
Updated
Nov 11, 2020 - Rust
An Electrifying Build System
-
Updated
Apr 23, 2020 - Go
A modern command line job processor, similar with make command
-
Updated
Feb 17, 2020 - Crystal
Various teaching material
-
Updated
Feb 12, 2020 - HTML
A simple, light-weight and modern task runner for general purpose.
-
Updated
Sep 24, 2020 - TypeScript
Function-oriented Make-like declarative workflows for R
-
Updated
Nov 14, 2020 - R
Build system in D, Python, Ruby, Javascript or Lua
-
Updated
Nov 12, 2020 - D
CMake-Based framework for Arduino platforms
-
Updated
Jun 17, 2020 - CMake
Admittedly, I'm not a pythonista, but I wonder whether there would be value in using bash versions of the three python scripts. For whatever reason, I'm running into problems with getting python installed correctly on my Mac. Once I got it pointed in the right direct, I ran into problems with installing numpy. It's quickly becoming a tutorial on installing python rather than make :)
I suspect the
Cookiecutter template for an idiomatic Python project driven by Makefile
-
Updated
Oct 12, 2020 - Makefile
Laravel File Generators with config and publishable stubs
-
Updated
Nov 5, 2020 - PHP
-
Updated
Apr 25, 2019 - CoffeeScript
A fast, general purpose, graph based build and task execution utility.
-
Updated
Sep 11, 2019 - Go
Improve this page
Add a description, image, and links to the make topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the make topic, visit your repo's landing page and select "manage topics."


Hello, first let me say I really like Task and hope to contribute to it and get more adoption of it in my OSS projects (and in my work @sourcegraph where possible.)
One aspect that confuses me a bit is that the installation docs explicitly mention it cannot be installed via
go get:From what I can t