.PHONY: clean clean: rm -rf ./downloaded_files || true .PHONY: install install: pip install -r ./requirements.txt