mirror of
https://github.com/containers/podman.git
synced 2026-07-19 03:32:00 -04:00
6 lines
116 B
Makefile
6 lines
116 B
Makefile
SWAGGER_OUT ?= swagger.yaml
|
|
|
|
swagger:
|
|
swagger generate spec -o ${SWAGGER_OUT} -w ./
|
|
cat tags.yaml >> swagger.yaml
|