aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-05-27 16:50:57 -0400
committerCalvin Rose <calsrose@gmail.com>2019-05-27 16:50:57 -0400
commit1696de233c6cd11acc30253fb36dc8246a40262f (patch)
tree797518d0f2cf7006b265ea3c5524aa5dafc8def9 /build_win.bat
parentIssue #113 Color console support for windows 10 (diff)
Add jpm tool, based on cook.
Modify cook as well.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 38f2539a..ee33847b 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -131,6 +131,7 @@ copy src\include\janet.h dist\janet.h
copy src\include\janetconf.h dist\janetconf.h
copy tools\cook.janet dist\cook.janet
copy tools\highlight.janet dist\highlight.janet
+copy tools\jpm dist\jpm
exit /b 0
:TESTFAIL