summaryrefslogtreecommitdiff
path: root/pkg/api/Makefile
blob: 8a1556800c4670a4ee80932fcb6cf91e005b9902 (plain)
1
2
3
4
5
6
7
export GO111MODULE=off

SWAGGER_OUT ?= swagger.yaml

swagger:
	swagger generate spec -o ${SWAGGER_OUT} -w ./
	cat tags.yaml >> swagger.yaml