all: websocketproxy

websocketproxy: websocketproxy.cpp sha1.c sha1.h
	g++ websocketproxy.cpp sha1.c -o websocketproxy -lpthread
