all:
	python setup.py build_ext --inplace

python3:
	python3 setup.py build_ext --inplace

clean :
	rm -rf *.so build/ pyquic.cpp
