PYTHON=".venv/bin/python3"
RBOX=".venv/bin/rbox"

all:
	$(RBOX) --port 9004
