Fix spelling error
Co-Authored-By: Diederik Loerakker <proto@protolambda.com>
This commit is contained in:
parent
fa7f80157d
commit
90bba0348c
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ COV_INDEX_FILE=$(PY_SPEC_DIR)/$(COV_HTML_OUT)/index.html
|
||||||
|
|
||||||
all: $(PY_SPEC_ALL_TARGETS) $(YAML_TEST_DIR) $(YAML_TEST_TARGETS)
|
all: $(PY_SPEC_ALL_TARGETS) $(YAML_TEST_DIR) $(YAML_TEST_TARGETS)
|
||||||
|
|
||||||
# deletes everything excpet the venvs
|
# deletes everything except the venvs
|
||||||
partial_clean:
|
partial_clean:
|
||||||
rm -rf $(YAML_TEST_DIR)
|
rm -rf $(YAML_TEST_DIR)
|
||||||
rm -rf $(GENERATOR_VENVS)
|
rm -rf $(GENERATOR_VENVS)
|
||||||
|
|
Loading…
Reference in New Issue