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