aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba2e10c..7adf808 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,9 @@ initdb:
make psql-query < ./backend/schema.sql
make psql-query < ./backend/fixtures/dev.sql
+.PHONY: openapi
+openapi: oapi-codegen openapi-typescript
+
.PHONY: oapi-codegen
oapi-codegen:
cd backend; make oapi-codegen