Add amalgamation to windows distribution

This commit is contained in:
Calvin Rose 2019-01-24 10:19:48 -05:00
parent 0726de34ff
commit 8ee2f0a1d6
1 changed files with 1 additions and 0 deletions

View File

@ -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