From a4ac4158aab5018d936a568e6226ee1b6f5e84c6 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 28 Mar 2020 20:47:29 +0100 Subject: [PATCH] make teat phony --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b934c341..ff1d5109 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ +.PHONY: test + debug: GITUI_LOGGING=true cargo run --features=timing