| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-12 | Makefile: add documentation build targets docs & docs-live | Markus Heiser | |
| BTW: - add build & dist folder to .gitignore - justify indentation of build messages (makefile.python) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-11-28 | boilerplate: add inital Makefile with run & install targets | Markus Heiser | |
| Add *Makefile* boilerplate useful for python projects. All python tasks are using a virtualenv from ./local/py3 $ make help run - run developer instance install - developer install (./local) uninstall - uninstall (./local) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||