aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-31 22:20:35 +0900
committernsfisis <nsfisis@gmail.com>2024-07-31 22:20:35 +0900
commit4aff0feca72da0175dcecb44aca9b3e30c861bc5 (patch)
tree253a3094f3606682982b91b9be7a03f1e4b3f723 /Makefile
parent715651d6d263c5f526e8e13a8e2bb032193c5218 (diff)
parent3840c6d8e4261f182657b11ba55f61da04d70b28 (diff)
downloadphperkaigi-2025-albatross-4aff0feca72da0175dcecb44aca9b3e30c861bc5.tar.gz
phperkaigi-2025-albatross-4aff0feca72da0175dcecb44aca9b3e30c861bc5.tar.zst
phperkaigi-2025-albatross-4aff0feca72da0175dcecb44aca9b3e30c861bc5.zip
Merge branch 'feat/admin-games-page'
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