| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
Do not quote Make variables, since Make does NOT understand or parse
single- or double-quote characters in any way.
Credit: http://stackoverflow.com/a/23332194
|
|
|
|
|
|
| |
Handy liner to help debugging Makefile.
Credit: http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html
|
|
|
|
|
|
| |
Credits:
* http://doc.pytest.org/en/latest/goodpractices.html
* https://github.com/kennethreitz/requests/blob/master/setup.py
|
| |
|
|
|
|
|
|
|
| |
* The variable "VENV" (default: "venv") defines the virtualenv name and
can be override by the environment.
* Add "devbuild" target to menu.
* Remove the "--user" argument to fix the pip install problem.
|
|
|
|
| |
Thanks: http://blog.bottlepy.org/2012/07/16/virtualenv-and-makefiles.html
|
|
Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part
|