websocket-proxy: main.go sockets.go server.go client.go go build -o $@ $^ .PHONY: clean clean: rm -rf websocket-proxy