]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
makefile: rename "checkloop" to "check-loop" to match "check-verbose".
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:45:21 +0000 (07:45 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 21 Apr 2020 11:45:21 +0000 (07:45 -0400)
makefile

index becaa9121fca6bf6806bbcaae557b0ab8e1f1898..13b18cbc52cf09b3bf86b2b7fa8e38b373144b1d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -30,8 +30,8 @@ check-verbose:
 
 # Run the test suite forever, but only the parts of it that are
 # randomized.
-.PHONY: checkloop
-checkloop:
+.PHONY: check-loop
+check-loop:
        PYTHONPATH="." test/__main__.py --no-doctests --loop
 
 # Run pylint to obtain some unconstructive criticism on my coding style.