mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 10:12:06 +03:00
11 lines
377 B
Makefile
11 lines
377 B
Makefile
.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
|