all: clean
	python3 setup.py build_ext --inplace

clean:
	rm -rf build
	rm -rf __pycache__
	rm -rf log_uniform.cpp
	rm -rf log_uniform.*.so 
