1 2 3 4 5
SWAGGER_OUT ?= swagger.yaml swagger: swagger generate spec -o ${SWAGGER_OUT} -w ./ cat tags.yaml >> swagger.yaml