Correction du message d'erreur dans BakefileParser -> bakefile au lieu de makefile
This commit is contained in:
@@ -204,7 +204,7 @@ public class BakefileParser {
|
||||
Set<String> phonyTargets = new HashSet<>();
|
||||
|
||||
if (!Files.exists(Paths.get(filename))) {
|
||||
System.out.println("*** No targets specified and no makefile found. Stop.");
|
||||
System.out.println("*** No targets specified and no bakefile found. Stop.");
|
||||
System.exit(2);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user