1
0
Fork 0

chore(Makefile): use go generate instead of calling oapi-codegen local binary

This commit is contained in:
Vojtěch Mareš 2024-04-28 15:19:40 +02:00
parent 3b95a216bd
commit a2d47a4b3e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -1,3 +1,3 @@
.PHONY: generate
generate:
oapi-codegen -config ./oapi-codegen.yaml ./api/v1/openapi.yaml
go generate .