simon 4 years ago
commit 06e7b9c87a

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

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

Loading…
Cancel
Save