diff options
| author | 2019-01-24 10:19:48 -0500 | |
|---|---|---|
| committer | 2019-01-24 10:19:48 -0500 | |
| commit | 8ee2f0a1d64e07fbb903f7f35b04f888c7ea68e6 (patch) | |
| tree | 62e77213795266872fa20ac0da7df3fd14d62020 /build_win.bat | |
| parent | Add description of embedding to README.md (diff) | |
Add amalgamation to windows distribution
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat index 5303fcec..1f980438 100644 --- a/build_win.bat +++ b/build_win.bat @@ -94,6 +94,7 @@ exit /b 0 :DIST mkdir dist janet.exe tools\gendoc.janet > dist\doc.html +janet.exe tools\amalg.janet > dist\janet.c copy janet.exe dist\janet.exe copy LICENSE dist\LICENSE copy README.md dist\README.md |
