summaryrefslogtreecommitdiffstats
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, 10 insertions, 0 deletions
diff --git a/vendor/github.com/corpix/uarand/useragents.mk b/vendor/github.com/corpix/uarand/useragents.mk
new file mode 100644
index 000000000..2e2e457bd
--- /dev/null
+++ b/vendor/github.com/corpix/uarand/useragents.mk
@@ -0,0 +1,10 @@
+.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