Add the abstract class Forme that Cercle and Segment extend.
[TP_POO.git] / TP2 / Makefile
index b8e3c3238c7635bd6e4036744b1356ff4406e32e..14f1b59dd1af0fa7ff4e0ad52cdd7db7c3bcce7c 100644 (file)
@@ -47,8 +47,10 @@ JVM = java
 
 CLASSES = \
         Point.java \
+               Forme.java \
                Segment.java \
                Cercle.java \
+               Piletransformations.java \
                Main.java
 
 #