mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
feat: update to go modules
This commit is contained in:
19
vendor/github.com/briandowns/openweathermap/Makefile
generated
vendored
19
vendor/github.com/briandowns/openweathermap/Makefile
generated
vendored
@@ -1,19 +0,0 @@
|
||||
GOCMD = go
|
||||
GOBUILD = $(GOCMD) build
|
||||
GOGET = $(GOCMD) get -v
|
||||
GOCLEAN = $(GOCMD) clean
|
||||
GOINSTALL = $(GOCMD) install
|
||||
GOTEST = $(GOCMD) test
|
||||
|
||||
.PHONY: all
|
||||
|
||||
all: test
|
||||
|
||||
test:
|
||||
$(GOTEST) -v -covermode=count -coverprofile=coverage.out ./...
|
||||
|
||||
build: test
|
||||
$(GOBUILD)
|
||||
|
||||
install: test
|
||||
$(GOINSTALL)
|
||||
Reference in New Issue
Block a user