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