Fix indententation for one line in the Makefile
Real minor fix. Rule lines should start with a single tab, not spaces. Vim clearly pointed this out by marking the entire line as red.
This commit is contained in:
parent
f5b5f638f4
commit
4c89fdb9b9
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue