TP2: Fix the buildsystem to handle added files.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 16 Feb 2018 09:23:02 +0000 (10:23 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 16 Feb 2018 09:23:02 +0000 (10:23 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP2/Makefile

index ddd7c4c5a5e1304f8f44fc4a339c181ebbd344cd..20b42490253f773407e50eba4baf210a911f28e3 100644 (file)
@@ -46,13 +46,15 @@ JVM = java
 # NAME = Camilo        Juan
 
 CLASSES = \
-        Point.java \
                Affichable.java \
                Structure.java \
+               Point.java \
                Forme.java \
                Image.java \
                Segment.java \
                Cercle.java \
+               Entiers.java \
+               Liste.java \
                Piletransformations.java \
                Main.java