1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 17:27:18 +00:00

Add amalgamation to windows distribution

This commit is contained in:
Calvin Rose 2019-01-24 10:19:48 -05:00
parent 0726de34ff
commit 8ee2f0a1d6

View File

@ -94,6 +94,7 @@ exit /b 0
:DIST :DIST
mkdir dist mkdir dist
janet.exe tools\gendoc.janet > dist\doc.html janet.exe tools\gendoc.janet > dist\doc.html
janet.exe tools\amalg.janet > dist\janet.c
copy janet.exe dist\janet.exe copy janet.exe dist\janet.exe
copy LICENSE dist\LICENSE copy LICENSE dist\LICENSE
copy README.md dist\README.md copy README.md dist\README.md