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:
parent
0726de34ff
commit
8ee2f0a1d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user