Improved the makefile dramatically and updated the README to use it.

This commit is contained in:
Zed A. Shaw 2024-09-10 21:48:14 -04:00
parent 152d4cf037
commit 1badbd5942
2 changed files with 28 additions and 28 deletions

View file

@ -1,11 +1,17 @@
all: build test
reset:
powershell -executionpolicy bypass .\scripts\reset_build.ps1
patch:
powershell "cp ./patches/process.h ./subprojects/libgit2-1.8.1/src/util/process.h"
build:
build: patch
meson compile -j 4 -C builddir
config:
powershell "cp tarpit_sample.json .tarpit.json"
test:
meson test -C builddir --suite turings_tarpit