aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-01-24 10:19:48 -0500
committerCalvin Rose <calsrose@gmail.com>2019-01-24 10:19:48 -0500
commit8ee2f0a1d64e07fbb903f7f35b04f888c7ea68e6 (patch)
tree62e77213795266872fa20ac0da7df3fd14d62020
parentAdd description of embedding to README.md (diff)
Add amalgamation to windows distribution
-rw-r--r--build_win.bat1
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