~dricottone/simple-chat

ref: 3fd5e03203d8708fcb3b2da80bc8b1fae0cbf338 simple-chat/server/Makefile -rw-r--r-- 92 bytes
3fd5e032Dominic Ricottone Adding digital signatures. 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