v4k-git-backup/bind/MAKE.bat

8 lines
95 B
Batchfile
Raw Permalink Normal View History

2023-10-09 06:43:21 +00:00
cd /d %~dp0
call ..\make.bat dll
call ..\make.bat bind
luajit hello.lua
python hello.py
cd ..