simon 4 years ago
commit 06e7b9c87a

@ -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 && venv/bin/python scripts/pulltasks.py

@ -4,7 +4,7 @@ here is the library of contingencies
## Creating the venv
python3 -m venv
python3 -m venv venv
source venv/bin/activate

Loading…
Cancel
Save