Started full rewrite; wrote first DirectorySpec
This commit is contained in:
parent
75b5b5b316
commit
bb33f7cbbc
9 changed files with 247 additions and 248 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ PYTHON=python3.8
|
|||
'$(PYTHON)' -m venv .venv
|
||||
.venv/bin/pip install -r requirements.txt -r requirements-dev.txt
|
||||
|
||||
venv: .venv/bin/python
|
||||
venv: .venv/bin/activate
|
||||
.PHONY: venv
|
||||
|
||||
format: venv
|
||||
|
|
|
|||
Reference in a new issue