Skip to content

Commit 4ac44cd

Browse files
authored
Update how-to-troubleshoot-environments.md
1 parent 8f8776e commit 4ac44cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ Try creating a separate environment using conda
17171717
## *Make issues*
17181718
## No targets specified and no makefile found
17191719
<!--issueDescription-->
1720-
This issue can happen when no targets are specified and no makefile is found when running make
1720+
This issue can happen when no targets are specified and no makefile is found when running make.
17211721
17221722
**Potential causes:**
17231723
* Makefile does not exist in the current directory
@@ -1731,7 +1731,7 @@ This issue can happen when no targets are specified and no makefile is found whe
17311731
* Ensure that the makefile is spelled correctly
17321732
* Ensure that the makefile exists in the currect directory
17331733
* If you have a custom makefile, specify it using ```make -f custommakefile```
1734-
* Specify targets in the Makefile or in the command line
1734+
* Specify targets in the makefile or in the command line
17351735
* Configure your build and generate a makefile
17361736
* Ensure you makefile is formatted correctly and tabs are used for indentation
17371737

0 commit comments

Comments
 (0)