diff options
| author | 2019-01-30 17:31:53 +0300 | |
|---|---|---|
| committer | 2019-01-30 17:31:53 +0300 | |
| commit | a7551e9b4ee3e4ca628311037c6c9f728c5573f3 (patch) | |
| tree | 7ea62f52c8de8474a95a9d413761c224249bd34b /build_win.bat | |
| parent | Add math headers for emscripten (diff) | |
Cooking on windows
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat index 225197bc..4595ee24 100644 --- a/build_win.bat +++ b/build_win.bat @@ -101,6 +101,8 @@ copy README.md dist\README.md copy janet.lib dist\janet.lib copy janet.exp dist\janet.exp copy src\include\janet\janet.h dist\janet.h +copy tools\cook.janet dist\cook.janet +copy tools\highlight.janet dist\highlight.janet exit /b 0 :TESTFAIL |
