Brought in Amit's latest and will now merge in my fixing from last night into his to get them synced up.

This commit is contained in:
Zed A. Shaw 2025-01-17 11:00:49 -05:00
parent adfb6367d7
commit c91e8fc543
8 changed files with 116 additions and 68 deletions

View file

@ -9,6 +9,14 @@ reset:
build:
meson compile -j 10 -C builddir
release_build:
meson --wipe builddir --buildtype release
meson compile -j 10 -C builddir
debug_build:
meson --wipe builddir --buildtype debug
meson compile -j 10 -C builddir
test: build
./builddir/runtests