mirror of
https://github.com/xenia-project/premake-core.git
synced 2025-02-24 14:10:45 +00:00
5 lines
97 B
Batchfile
5 lines
97 B
Batchfile
@echo off
|
|
pushd "%~dp0"
|
|
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
|
|
popd
|