v4k-git-backup/bind/MAKE.bat

8 lines
95 B
Batchfile

cd /d %~dp0
call ..\make.bat dll
call ..\make.bat bind
luajit hello.lua
python hello.py
cd ..