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