TP2: cast double to int the compare method returned value.
[TP_POO.git] / Piles / Makefile
index 4e114c25bb098e2df11f828d147b94200d696cf1..e09b2a36a9c722dbe6597980e4fd97ea7d2cc20c 100644 (file)
@@ -2,13 +2,10 @@
 # define a variable for compiler flags (JFLAGS)
 # define a variable for the compiler (JC)
 # define a variable for the Java Virtual Machine (JVM)
-# define a variable for a parameter. When you run make, you could use:
-# make run FILE="Algo.csv" para sobre escribir el valor de FILE.
 
 JFLAGS = -g
 JC = javac
 JVM = java
-FILE =
 
 #
 # Clear any default targets for building .class files from .java files; we