aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/felixge/httpsnoop/Makefile
diff options
context:
space:
mode:
authorJoey Jiao <joeyjiaojg@gmail.com>2021-03-16 16:48:01 +0800
committerDmitry Vyukov <dvyukov@google.com>2021-03-19 08:06:06 +0100
commit2af9d324c1bc7d0486122df201cf67590564ae4c (patch)
tree85ae090a0179c182d7357220fe49f5ee221b4114 /vendor/github.com/felixge/httpsnoop/Makefile
parent45ca68ec31e01357b475d7d4baa16686952aa57a (diff)
syz-manager: compress html using gorilla/hanlders
Issue: #2495
Diffstat (limited to 'vendor/github.com/felixge/httpsnoop/Makefile')
-rw-r--r--vendor/github.com/felixge/httpsnoop/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/felixge/httpsnoop/Makefile b/vendor/github.com/felixge/httpsnoop/Makefile
new file mode 100644
index 000000000..2d84889ae
--- /dev/null
+++ b/vendor/github.com/felixge/httpsnoop/Makefile
@@ -0,0 +1,10 @@
+.PHONY: ci generate clean
+
+ci: clean generate
+ go test -v ./...
+
+generate:
+ go generate .
+
+clean:
+ rm -rf *_generated*.go