File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1717,7 +1717,7 @@ Try creating a separate environment using conda
1717
1717
## *Make issues*
1718
1718
## No targets specified and no makefile found
1719
1719
<!--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.
1721
1721
1722
1722
**Potential causes:**
1723
1723
* 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
1731
1731
* Ensure that the makefile is spelled correctly
1732
1732
* Ensure that the makefile exists in the currect directory
1733
1733
* 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
1735
1735
* Configure your build and generate a makefile
1736
1736
* Ensure you makefile is formatted correctly and tabs are used for indentation
1737
1737
You can’t perform that action at this time.
0 commit comments