~dricottone/simple-chat

ref: ee1987a41db3b68ac9d5da905327ce64a0123297 simple-chat/server/Makefile -rw-r--r-- 85 bytes
ee1987a4Dominic Ricottone Initial commit 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
.PHONY: clean build

clean:
	rm -f server go.sum

build: clean
	go get -u
	go build