2025-05-17 15:26:08 +02:00

5 lines
97 B
Batchfile

@echo off
pushd "%~dp0"
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
popd