Skip to content

Commit 8176c76

Browse files
committed
Give the "test" target a better description
1 parent 794708a commit 8176c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ help:
1313
@echo "Usage: make [html|test]"
1414
@echo ""
1515
@echo "Options:"
16-
@echo " html: generate the HTML documentation"
17-
@echo " test: run the test suite"
16+
@echo " html: generate the HTML documentation"
1817
@echo " run-all: run all examples"
18+
@echo " test: test the supporting software"

0 commit comments

Comments
 (0)