refactor/build.bat
Ed_ 581afa9154 First working prototype.
TODO: I need to cleanup memory.
2023-03-12 21:34:55 -04:00

8 lines
78 B
Batchfile

@echo off
if not exist build\nul (
meson setup build
)
echo:
ninja -C build