From e2f1c7ed36b35111ae7f2c6d6dbe43d50ffddd90 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Sep 2017 15:40:58 +0200 Subject: Makefile: add fuchsia support --- docs/windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/windows.md') diff --git a/docs/windows.md b/docs/windows.md index b89caf55c..12691a521 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -1,4 +1,4 @@ -# Windows +# Windows support To update descriptions run (assumes `cl` cross-compiler is in PATH): ``` @@ -15,4 +15,4 @@ cl executor\executor_windows.cc /EHsc -o bin\windows_amd64\syz-executor.exe To run: ``` bin\windows_amd64\syz-stress.exe -executor c:\full\path\to\bin\windows_amd64\syz-executor.exe -cover=0 -``` \ No newline at end of file +``` -- cgit mrf-deployment