.PHONY: clean build

clean:
	rm -rf build dist src/loner_routing_algo.egg-info

build: clean
	python -m build
