Correction du message d'erreur dans BakefileParser -> bakefile au lieu de makefile
This commit is contained in:
parent
1a3d07cb90
commit
384bef24cc
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user