make
Here are 685 public repositories matching this topic...
There's a brew formula available for mage: it should be explicitly mentioned in the repo README.md and on magefile.org.
It really makes life easier to sell the usage of mage to skeptics if you can say to do this:
$ cd my/repo
$ brew install mage
$ mage install
Previously I'd been go-getting mage and using bootstrap.go etc... that was more ef
-
Updated
Mar 2, 2020 - Go
Is it possible to provide some descriptions in the documentation about some of the global variables (such as g:asyncrun_silent)? It looks like there are quite a few of said variables, and only two appear in the documentation.
Personally, I'm very interested in what variables are available and how they are intended to be used.
-
Updated
Jun 3, 2020 - PHP
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
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,
While Beak is very useful and supports SPM packages, sometimes it would make life much easier if one could run another command line tool to do a specific task instead of writing Swift code for that task. While it is not directly the duty of Beak to teach people how to run command line tools from within Swift, it perfectly makes sense from my point of view to help users by providing one "recommende
Add example makefiles that are violating rules (one file for each rule + one without violations)
Would help to test if checkmake still works (after refactoring) and also to illustrate how each rule works.
The lib needs to be cleaned up and documented so others can use it more easily.
I get this error when running the servo/servo project.
OS: OS X Mojave 10.14.5
My actual GStreamer version:
$ gst-inspect-1.0 --version
gst-inspect-1.0 version 1.16.0
GStreamer 1.16.0
Unknown package originmach output:
./mach run tests/html/about-mozilla.html
Error running mach:
['run', 'tests/html/about-mozilla.html']
The error occurred in code that w
-
Updated
Apr 23, 2020 - Go
-
Updated
Feb 17, 2020 - Crystal
Currently it seems that double clicking a target does nothing. Most probably a good action would be opening the relevant Makefile and autoscrolling to the row where the target is defined.
-
Updated
Feb 12, 2020 - HTML
Better documentation
Browsing docs in ./doc is awful - no navigation, no table of contents, etc. Maybe it's better to host docs on the GitHub wiki, https://readthedocs.org/ or somewhere else?
-
Updated
May 9, 2020 - TypeScript
I can't figure out, and don't see in docs, information about how to figure out what the correct identifiers are for get_board_id, or how to list the available parameters.
It would be really useful to have a function, like the print_board_list() function in the old queezythegreat repo.
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
Apr 30, 2020 - Makefile
-
Updated
Apr 25, 2019 - CoffeeScript
Right now, If I cd to an empty directory, and execute walk, this is what I see:
dir $ walk
dir $No output. walk is doing the right thing, since the intended behavior of a dependency in a directory without a Walkfile is to assume that the dependency is a static file, or a noop dep.
However, in the above case, where I'm executing a root target that has no Walkfile,
-
Updated
Mar 31, 2018 - Go
-
Updated
May 15, 2020 - PHP
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."
Task has some tricky gotchas that are not well documented. I need to work on improving some areas and add some missing documentation.