mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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:
parent
a56c56ead3
commit
b55a8004ed
4 changed files with 463 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -18,3 +18,6 @@ setup.cfg
|
|||
node_modules/
|
||||
|
||||
.tx/
|
||||
|
||||
local/
|
||||
searx.egg-info/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue