gin/examples/realtime-chat/Makefile

10 lines
168 B
Makefile
Raw Normal View History

2017-06-16 01:07:42 +00:00
all: deps build
.PHONY: deps
deps:
go get -d -v github.com/dustin/go-broadcast/...
.PHONY: build
build: deps
go build -o realtime-chat main.go rooms.go template.go