Create a generic Node class and make use of it.
[TP_POO.git] / Listes / Makefile
index 0b2363e9733d1160ae34d2b6d80d1fbc78f0dfa4..6d4086d43809dcef52bccba880c95fccf866a482 100644 (file)
@@ -46,7 +46,8 @@ JVM = java
 # NAME = Camilo        Juan
 
 CLASSES = \
-        Liste.java
+               Node.java \
+               Liste.java
 
 #
 # MAIN is a variable with the name of the file containing the main method