diff options
Diffstat (limited to 'fetch_and_build.sh')
-rwxr-xr-x | fetch_and_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch_and_build.sh b/fetch_and_build.sh index 760b03d..ba1c91c 100755 --- a/fetch_and_build.sh +++ b/fetch_and_build.sh @@ -2,4 +2,4 @@ (cd rust; git checkout master; git pull --ff-only) ./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt rm -r build/ -./build.py +go run build.go |