mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 17:13:31 +02:00
4 lines
72 B
Batchfile
4 lines
72 B
Batchfile
@echo off
|
|
zig build
|
|
copy raylib\lib\raylib.dll zig-out\bin
|
|
zig build run |