From 3f8c02d907a66f815c1bee409c0a53e9a7e2ca4e Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 14 Jun 2020 22:05:44 -0600 Subject: Use colour output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfa790a..4915d6e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc test : main - cgreen-runner main + cgreen-runner -c main run : main ./main -- cgit v1.2.3