From b202dd5591370c742a4885b31b802d43ef6ec6ef Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Wed, 25 Jan 2017 00:58:25 +0330 Subject: added a help entry for win build --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 13d4204..39eb0dd 100644 --- a/makefile +++ b/makefile @@ -120,4 +120,5 @@ help: @echo ' COV_NO_CLANG: this build mode will not support any coverage format and is meant to be used with clang++(clang++ only mode).' @echo ' COV_NO_CLANG_1Z: does not instrument the code for any coverage and uses -std=c++1z (clang++ only mode).' @echo ' GNU_MODE: meant to be used for builds with g++. supports no coverage(g++ only mode).' + @echo ' WIN_MODE: to support windows builds and the apparent lack of llvm-config.' @echo '- Press tab for more targets if you have zsh!' -- cgit v1.2.3