Reworked the builder code to setup for more async running of the build.
This commit is contained in:
parent
bc3790efd3
commit
50c0ee3424
3 changed files with 44 additions and 27 deletions
6
Makefile
6
Makefile
|
@ -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 ."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue