neonucleus/run.bat
2025-07-01 21:43:29 +02:00

4 lines
72 B
Batchfile

@echo off
zig build
copy raylib\lib\raylib.dll zig-out\bin
zig build run