Update 'Makefile'

master
simon 4 years ago
parent 7a3545a704
commit 1f50672e5c

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