make
Here are 781 public repositories matching this topic...
-
Updated
Mar 2, 2020 - Go
-
Updated
Jan 28, 2021 - Vim script
-
Updated
Feb 1, 2021 - PHP
-
Updated
Jan 29, 2021 - 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,
-
Updated
Apr 28, 2020 - Swift
-
Updated
Dec 29, 2020 - Rust
-
Updated
Feb 1, 2021 - R
-
Updated
Jan 31, 2021 - Go
-
Updated
Feb 17, 2020 - Crystal
-
Updated
Jan 12, 2021 - HTML
-
Updated
Sep 24, 2020 - TypeScript
-
Updated
Jan 29, 2021 - D
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
-
Updated
Jun 17, 2020 - CMake
-
Updated
Sep 11, 2019 - Go
-
Updated
Nov 5, 2020 - PHP
-
Updated
Oct 12, 2020 - Makefile
-
Updated
Apr 25, 2019 - CoffeeScript
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."
Or a new flag should be introduced (e.g.
task --names) to just output the names of available tasks, with no descriptions.Currently, a Taskfile with no descriptions returns:
While the solution is fairly intuitive (i.e. add a description to every task), the behaviour is surprising. Not to mention it would make the completions