Merge pull request #2860 from jtraglia/fix-makefile-indentation

Fix indententation for one line in the Makefile
This commit is contained in:
Hsiao-Wei Wang
2022-03-23 03:05:55 -07:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ partial_clean:
clean: partial_clean
rm -rf venv
# legacy cleanup. The pyspec venv should be located at the repository root
# legacy cleanup. The pyspec venv should be located at the repository root
rm -rf $(PY_SPEC_DIR)/venv
rm -rf $(DEPOSIT_CONTRACT_COMPILER_DIR)/venv
rm -rf $(DEPOSIT_CONTRACT_TESTER_DIR)/venv