You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microsrv/Makefile

13 lines
332 B
Makefile

.PHONY: install
all:
go build -v
install:
go install -v
forcecheckinstall:
GO111MODULE=off go get -u github.com/go-swagger/go-swagger/cmd/swagger
checkinstall:
which swagger || GO111MODULE=off go get -u github.com/go-swagger/go-swagger/cmd/swagger
swagger:
GO111MODULE=off swagger generate spec -o ./swagger.yml --scan-models