femodin/run.bat

11 lines
104 B
Batchfile

@echo off
pushd build
del /F /Q *
@echo on
odin run -verbose ../src/ -out:femodin.exe
@echo off
popd