Reworked the builder code to setup for more async running of the build.

This commit is contained in:
Zed A. Shaw 2024-09-09 01:10:47 -04:00
parent bc3790efd3
commit 50c0ee3424
3 changed files with 44 additions and 27 deletions

View file

@ -1,13 +1,15 @@
all: build test
patch:
cp .\patches\process.h .\subprojects\libgit2-1.8.1\src\util\process.h
build:
meson compile -j 4 -C builddir
test:
meson test -C builddir --suite turings_tarpit
# make an install for real maybe copy dll and .exe to dir and zip?
install: build test
powershell "cp builddir/escape_turings_tarpit.exe ."