diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-22 20:34:25 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-06-22 20:34:25 +0200 |
commit | 915f3b0bdd56fd4a7c86ce0b6c91b8f47b86300b (patch) | |
tree | 23553b098d089f95c6b69c9453bf2553be19dae2 /Makefile | |
parent | 5081cd4ed7428c32f609cd24f73a8df94ec78abc (diff) | |
download | searxng-915f3b0bdd56fd4a7c86ce0b6c91b8f47b86300b.tar.gz searxng-915f3b0bdd56fd4a7c86ce0b6c91b8f47b86300b.zip |
[fix] Makefile: remove themes.bootstrap
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ MANAGE += py.build py.clean MANAGE += pyenv pyenv.install pyenv.uninstall MANAGE += pypi.upload pypi.upload.test MANAGE += test.yamllint test.pylint test.pep8 test.unit test.coverage test.robot test.clean -MANAGE += themes.all themes.oscar themes.simple themes.bootstrap pygments.less +MANAGE += themes.all themes.oscar themes.simple pygments.less PHONY += $(MANAGE) |