feat: Update Makefile

This commit is contained in:
ge 2022-05-14 04:56:17 +03:00
parent 0d355c468b
commit 447ae149ff

View File

@ -19,7 +19,7 @@ help:
tests:
# See bats(1), https://bats-core.readthedocs.io/en/latest/index.html
for test in $(tests_dir)/*.bats; do bats --verbose-run --print-output-on-failure "$$@" "$$test"; done
for test in $(tests_dir)/*.bats; do bats --verbose-run --print-output-on-failure "$$test"; done
docs: builddir
# See rst2man(1), rst2html(1), https://docutils.sourceforge.io/docs/index.html