X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;h=f5175ea5c3f07c82faa0ea13608506a7bce68558;hb=refs%2Fheads%2Fmaster;hp=d807648f5c4c0b8567c1d98974b8037da16bbe8d;hpb=e591be4b2ed26bbaaea79eff64e7b6070362a6ef;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.sh b/build.sh index d807648..f5175ea 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -clang -fsanitize=address -O0 -I./vg build.c -o /tmp/tmpsr && /tmp/tmpsr $@ +clang -fsanitize=address -O0 -I./vg build.c vg/vg_tool.c -o /tmp/tmpsr && /tmp/tmpsr $@