From c020f8742244a6be035a8fb73f8c53be38f6bdeb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Apr 2020 07:45:21 -0400 Subject: [PATCH] makefile: rename "checkloop" to "check-loop" to match "check-verbose". --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index becaa91..13b18cb 100644 --- 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. -- 2.43.2