perfaware/part_1/build.bat
Ed_ 5b230d5653 initial implmeentation...
the direction bit is throwing me off vs the order I'm seeing from nasm's syntax.
2023-03-03 06:43:41 -05:00

7 lines
72 B
Batchfile

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