X-Git-Url: https://git.piment-noir.org/?p=TP_POO.git;a=blobdiff_plain;f=Piles%2FMakefile;h=e09b2a36a9c722dbe6597980e4fd97ea7d2cc20c;hp=4e114c25bb098e2df11f828d147b94200d696cf1;hb=27869e5bfad44707f302ca8dd7642829c45346ec;hpb=d3d2d15cbc23943aa4bd255cfa85dad9c4cf5609 diff --git a/Piles/Makefile b/Piles/Makefile index 4e114c2..e09b2a3 100644 --- a/Piles/Makefile +++ b/Piles/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