aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-28 02:11:30 +0900
committernsfisis <nsfisis@gmail.com>2024-07-28 02:11:30 +0900
commit7468748c141943fa000edea4098d54bf3cdff55e (patch)
treec381d9479e3542e13512c696ad0859b141f51549 /Makefile
parent6603d3ea5a54647e8eda8ec253835eb7a36e5eb2 (diff)
downloadiosdc-japan-2024-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.gz
iosdc-japan-2024-albatross-7468748c141943fa000edea4098d54bf3cdff55e.tar.zst
iosdc-japan-2024-albatross-7468748c141943fa000edea4098d54bf3cdff55e.zip
frontend: openapi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe643a8..8f145d4 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ sqldef: down build
oapi-codegen:
cd backend; make oapi-codegen
+.PHONY: openapi-typescript
+openapi-typescript:
+ cd frontend; make openapi-typescript
+
.PHONY: sqlc
sqlc:
cd backend; make sqlc