all:
	luacheck .
	cd websockproxy && make

clean:
	cd websockproxy && make clean

proxy:
	cd websockproxy && make run