Correction du message d'erreur dans BakefileParser -> bakefile au lieu de makefile

This commit is contained in:
Yanis HAMOUDI 2025-03-13 21:08:00 +01:00
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);
}