ms-auth/Makefile

11 lines
138 B
Makefile
Raw Normal View History

2024-08-16 16:10:21 +05:00
gen:
@buf generate proto/session
@buf generate proto/user
2024-08-14 15:36:43 +05:00
dev:
2024-08-16 16:10:21 +05:00
@make gen
2024-08-14 15:36:43 +05:00
@go run main.go
build:
2024-08-16 16:10:21 +05:00
@make gen
2024-08-14 15:36:43 +05:00
# TODO: build dockerfile