diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-25 15:40:58 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-25 15:40:58 +0200 |
| commit | e2f1c7ed36b35111ae7f2c6d6dbe43d50ffddd90 (patch) | |
| tree | 51fa595b4cff54c136208cdee2bf5879d62c4542 /docs/windows.md | |
| parent | af442a22d956464e7df703b290fa49d78dda3dfa (diff) | |
Makefile: add fuchsia support
Diffstat (limited to 'docs/windows.md')
| -rw-r--r-- | docs/windows.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 +``` |
