perfaware/part_1/build.bat

8 lines
73 B
Batchfile
Raw Normal View History

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