4 lines
86 B
Makefile
4 lines
86 B
Makefile
.PHONY: chat-service
|
|
|
|
chat-service:
|
|
go build -o ./tmp/main ./cmd/chat-service/main.go
|