.PHONY: all clean

PY=python3

all:
	$(PY) setup_stl.py build_ext --inplace

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