More Makefiles cleanup.
[TP_POO.git] / HelloWorld / Makefile
index 7fbf8dde0ec5c79998b1bae4f43fc3ab6f1ac5d5..0f15aff4e8ec39656dc35382de3113ef39fe612f 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