From ee1ba72c954ecc03af0c97c4d53251a15313e9e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 7 Feb 2018 23:06:10 +0100 Subject: [PATCH] More Makefiles cleanup. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- HelloWorld/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/HelloWorld/Makefile b/HelloWorld/Makefile index 7fbf8dd..0f15aff 100644 --- a/HelloWorld/Makefile +++ b/HelloWorld/Makefile @@ -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 -- 2.34.1