]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
makefile: rename "checkloop" to "check-loop" to match "check-verbose".
[dunshire.git] / 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.