aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-31 21:02:40 +0900
committernsfisis <nsfisis@gmail.com>2024-07-31 22:20:11 +0900
commit3840c6d8e4261f182657b11ba55f61da04d70b28 (patch)
tree253a3094f3606682982b91b9be7a03f1e4b3f723 /Makefile
parentd9971c0443fae16af1e003c920f1347c9233b5ac (diff)
downloadphperkaigi-2025-albatross-3840c6d8e4261f182657b11ba55f61da04d70b28.tar.gz
phperkaigi-2025-albatross-3840c6d8e4261f182657b11ba55f61da04d70b28.tar.zst
phperkaigi-2025-albatross-3840c6d8e4261f182657b11ba55f61da04d70b28.zip
feat: implement /admin/games and /admin/games/{gameId}
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