makefile fin

This commit is contained in:
2024-04-30 17:28:00 +02:00
parent c5fe4dfc32
commit 2de9f2eae5
19 changed files with 7 additions and 4 deletions
Binary file not shown.
+6 -3
View File
@@ -9,20 +9,23 @@ JVMFLAGS =
### REGLES ESSENTIELLES ###
mainProgramme2.class : mainProgramme2.java menuProgramme2.class
${JC} ${JCFLAGS} main.java
${JC} ${JCFLAGS} mainProgramme2.java
grille.class : grille.java resolveurGrille.class
${JC} ${JCFLAGS} grille.java
menuProgramme2.class : menuProgramme2.java resolveurGrille.class grille.class
${JC} ${JCFLAGS} menu.java
${JC} ${JCFLAGS} menuProgramme2.java
resolveurGrille.class : resolveurGrille.java
${JC} ${JCFLAGS} resolveurGrille.java
### REGLES OPTIONNELLES ###
run : mainProgramme2.class
run1 : mainProgramme1.class
${JVM} ${JVMFLAGS} mainProgramme1
run2 : mainProgramme2.class
${JVM} ${JVMFLAGS} mainProgramme2
clean :
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.