feat: Update Makefile
This commit is contained in:
parent
0d355c468b
commit
447ae149ff
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ help:
|
|||||||
|
|
||||||
tests:
|
tests:
|
||||||
# See bats(1), https://bats-core.readthedocs.io/en/latest/index.html
|
# 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
|
docs: builddir
|
||||||
# See rst2man(1), rst2html(1), https://docutils.sourceforge.io/docs/index.html
|
# See rst2man(1), rst2html(1), https://docutils.sourceforge.io/docs/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user