From: Jérôme Benoit Date: Fri, 16 Feb 2018 09:23:02 +0000 (+0100) Subject: TP2: Fix the buildsystem to handle added files. X-Git-Url: https://git.piment-noir.org/?p=TP_POO.git;a=commitdiff_plain;h=2a977a24c2b00dce8e72f884ae801e6aaa06ab45;hp=54d3f5b36181762091ed310b362ec21356284e60 TP2: Fix the buildsystem to handle added files. Signed-off-by: Jérôme Benoit --- diff --git a/TP2/Makefile b/TP2/Makefile index ddd7c4c..20b4249 100644 --- a/TP2/Makefile +++ b/TP2/Makefile @@ -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