refactor/build.bat

8 lines
78 B
Batchfile
Raw Normal View History

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