boilerplate: add inital Makefile with run & install targets

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>
This commit is contained in:
Markus Heiser
2019-11-28 19:54:57 +01:00
parent a56c56ead3
commit b55a8004ed
4 changed files with 463 additions and 0 deletions

3
.gitignore vendored
View File

@@ -18,3 +18,6 @@ setup.cfg
node_modules/
.tx/
local/
searx.egg-info/