mirror of
https://github.com/janet-lang/janet
synced 2025-10-20 18:27:40 +00:00
Add amalgamation to windows distribution
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user