Files
twitch-clone/Makefile
T

4 lines
86 B
Makefile

.PHONY: chat-service
chat-service:
go build -o ./tmp/main ./cmd/chat-service/main.go