diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-01-06 08:05:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 08:05:29 +0000 |
| commit | 1d86d0054ff29344f93943896847c12f51e1a9e0 (patch) | |
| tree | 83a1cd1d16a73f25160b7d260b38ab649236637d /Makefile | |
| parent | 70f7142824cc44afddb5704fd59e3a4194f3dc0e (diff) | |
| parent | 17b6faa4c3c1cf14a327f4a3538fc70dce08b756 (diff) | |
Merge branch 'master' into bug/oscar-theme
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,9 @@ PYOBJECTS = searx DOC = docs PY_SETUP_EXTRAS ?= \[test\] +PYDIST=./dist/py +PYBUILD=./build/py + include utils/makefile.include include utils/makefile.python include utils/makefile.sphinx @@ -23,6 +26,7 @@ help: @echo ' install - developer install (./local)' @echo ' uninstall - uninstall (./local)' @echo ' gh-pages - build docs & deploy on gh-pages branch' + @echo ' clean - drop builds and environments' @echo '' @$(MAKE) -s -f utils/makefile.include make-help @echo '' |