diff --git a/Makefile b/Makefile index cdd3855..6274c73 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index ce3cb87..ff2562a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ here is the library of contingencies ## Creating the venv -python3 -m venv +python3 -m venv venv source venv/bin/activate