summaryrefslogtreecommitdiff
path: root/fetch_and_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fetch_and_build.sh')
-rwxr-xr-xfetch_and_build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/fetch_and_build.sh b/fetch_and_build.sh
deleted file mode 100755
index ba1c91c..0000000
--- a/fetch_and_build.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-(cd caniuse.rs; git checkout main; git pull --ff-only)
-(cd rust; git checkout master; git pull --ff-only)
-./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt
-rm -r build/
-go run build.go