From 90bba0348c7fcda4caec75a6bb8669dcd95af63a Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Sun, 30 Jun 2019 17:53:21 +0200 Subject: [PATCH] Fix spelling error Co-Authored-By: Diederik Loerakker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 617eff293..318056689 100644 --- a/Makefile +++ b/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) -# deletes everything excpet the venvs +# deletes everything except the venvs partial_clean: rm -rf $(YAML_TEST_DIR) rm -rf $(GENERATOR_VENVS)