ms-auth/Makefile

11 lines
138 B
Makefile
Raw Normal View History

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