mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-02 21:57:52 +00:00
5 lines
116 B
Makefile
5 lines
116 B
Makefile
SWAGGER_OUT ?= swagger.yaml
|
|
|
|
swagger:
|
|
swagger generate spec -o ${SWAGGER_OUT} -w ./
|
|
cat tags.yaml >> swagger.yaml
|