mirror of https://github.com/searxng/searxng.git
Merge pull request #684 from return42/fix-makefile
[fix] Makefile: mixed tab & space indentation
This commit is contained in:
commit
a3332cd550
12
Makefile
12
Makefile
|
@ -67,12 +67,12 @@ test.shell:
|
|||
utils/lib_nvm.sh \
|
||||
utils/lib_static.sh \
|
||||
utils/lib_go.sh \
|
||||
utils/filtron.sh \
|
||||
utils/searx.sh \
|
||||
utils/morty.sh \
|
||||
utils/lxc.sh \
|
||||
utils/lxc-searx.env \
|
||||
.config.sh
|
||||
utils/filtron.sh \
|
||||
utils/searx.sh \
|
||||
utils/morty.sh \
|
||||
utils/lxc.sh \
|
||||
utils/lxc-searx.env \
|
||||
.config.sh
|
||||
$(Q)$(MTOOLS) build_msg TEST "$@ OK"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue