@ -1,8 +1,4 @@
default: update
.PHONY: tasks
update:
tasks:
git pull && source venv/bin/activate && python scripts/pulltasks.py
mkdir -p tasks
python scripts/pulltasks.py --output tasks
clean:
rm tasks/*.html