mirror of
https://github.com/Ed94/refactor.git
synced 2024-11-10 04:14:53 -08:00
8 lines
78 B
Batchfile
8 lines
78 B
Batchfile
|
@echo off
|
||
|
|
||
|
if not exist build\nul (
|
||
|
meson setup build
|
||
|
)
|
||
|
|
||
|
echo:
|
||
|
ninja -C build
|