llvm-journey

LLVM Journey
git clone git://0xff.ir/g/llvm-journey.git
Log | Files | Refs | README | LICENSE

commit fa8d0f1cfd9f933499bb2ad0331fb8442e862981
parent a9d5d953637c4635a688e83f5be48a37769d9515
Author: Mohammad-Reza Nabipoor <m.nabipoor@yahoo.com>
Date:   Fri,  2 Oct 2020 02:11:28 +0330

Makefile: Disable colorful output of tests

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ all: tests .PHONY: tests tests: $(tbin) - $(foreach t,$(tbin),./$(t);) + $(foreach t,$(tbin),./$(t) --use-colour no;) .PHONY: examples examples: $(ebin)