mirror of
https://github.com/astaxie/beego.git
synced 2025-06-26 20:00:19 +00:00
only add golang.org vendor
This commit is contained in:
14
vendor/github.com/cloudflare/golz4/Makefile
generated
vendored
14
vendor/github.com/cloudflare/golz4/Makefile
generated
vendored
@ -1,14 +0,0 @@
|
||||
GCFLAGS :=
|
||||
LDFLAGS :=
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
@go install -v .
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@go test -gcflags='$(GCFLAGS)' -ldflags='$(LDFLAGS)' .
|
||||
|
||||
.PHONY: bench
|
||||
bench:
|
||||
@go test -gcflags='$(GCFLAGS)' -ldflags='$(LDFLAGS)' -bench .
|
Reference in New Issue
Block a user