mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 18:39:58 +00:00
STOR-519: Add db-connect, a SQL over HTTPS server
This commit is contained in:
14
vendor/github.com/cloudflare/golz4/Makefile
generated
vendored
Normal file
14
vendor/github.com/cloudflare/golz4/Makefile
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
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