8 lines
98 B
Makefile
8 lines
98 B
Makefile
|
dev:
|
||
|
@buf generate proto
|
||
|
@go run main.go
|
||
|
|
||
|
build:
|
||
|
@buf generate proto
|
||
|
# TODO: build dockerfile
|