diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-24 21:28:25 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-24 21:28:25 +0000 |
commit | b202dd5591370c742a4885b31b802d43ef6ec6ef (patch) | |
tree | 23401cf0271146ffe80f31550be8fc5a3e4afd8f /makefile | |
parent | updated the test plan (diff) | |
download | mutator-b202dd5591370c742a4885b31b802d43ef6ec6ef.tar.gz mutator-b202dd5591370c742a4885b31b802d43ef6ec6ef.zip |
added a help entry for win build
Diffstat (limited to '')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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!' |