This commit is contained in:
2022-11-03 21:34:31 +01:00
parent bca98479f6
commit fcf32a2ec0
5 changed files with 112 additions and 88 deletions

View File

@@ -95,8 +95,12 @@ ${BUILD}/MNP/AbstractChangementFactoryNP.class : ${SRC}/MNP/AbstractChangementFa
## Graphic ##
## View ##
${BUILD}/Graphic/View/PaintGroupe.class : ${SRC}/Graphic/View/PaintGroupe.java
${JAVAC} ${JAVAC_OPTIONS} ${SRC}/Graphic/View/PaintGroupe.java
${BUILD}/Graphic/View/Mafenetre.class : ${SRC}/Graphic/View/MaFenetre.java \
${BUILD}/Graphic/Controller/ObservateurFenetre.class
${BUILD}/Graphic/Controller/ObservateurFenetre.class \
${BUILD}/Graphic/View/PaintGroupe.class
${JAVAC} ${JAVAC_OPTIONS} ${SRC}/Graphic/View/MaFenetre.java
## Controller ##