aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/corpix/uarand/useragents.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/corpix/uarand/useragents.mk')
-rw-r--r--vendor/github.com/corpix/uarand/useragents.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/corpix/uarand/useragents.mk b/vendor/github.com/corpix/uarand/useragents.mk
deleted file mode 100644
index 2e2e457b..00000000
--- a/vendor/github.com/corpix/uarand/useragents.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-.PHONY: useragents.go
-useragents.go:
- curl -Ls -H'User-Agent: gotohellwithyour403' \
- http://techpatterns.com/downloads/firefox/useragentswitcher.xml \
- | ./scripts/extract-user-agents \
- | ./scripts/generate-useragents-go $(name) \
- > $@
- go fmt $@
-
-dependencies:: useragents.go