.PHONY: tasks
tasks:
	mkdir -p tasks
	python scripts/pulltasks.py --output tasks

clean:
	rm tasks/*.html