From cbf693b1867d974e1d483783d482125ac936bc52 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Fri, 2 Mar 2018 16:41:44 -0600 Subject: [PATCH] Stop showing colors from criterion Vim's command buffer shows them literally, and then I get cranky --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29f40d5..cf720ca 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ STATIC_ANALYSIS= test: - cd tests/build && make && ./erc-test + cd tests/build && make && ./erc-test --ascii build: cd build && make