~dricottone/simple-chat

ref: 11a6d556c1f8edfa3e9d65b2f4af90aceec1147b simple-chat/server/Makefile -rw-r--r-- 92 bytes
11a6d556Dominic Ricottone Update port to 8080 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
.PHONY: clean
clean:
	rm -f server go.sum

.PHONY: build
build: clean
	go get -u
	go build