build:
	./build.sh

test:
	python -c 'import go_vncdriver; print(go_vncdriver.VNCSession)'

test-2:
	/usr/local/bin/python2.7 -c 'import go_vncdriver; print(go_vncdriver.VNCSession)'

test-3:
	/usr/local/bin/python3 -c 'import go_vncdriver; print(go_vncdriver.VNCSession)'

clean:
	rm -f *.so *.h
