X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=Piles%2FMakefile;h=e09b2a36a9c722dbe6597980e4fd97ea7d2cc20c;hb=a7b1affa52f8145a446a8314a65c63aa22059184;hp=4e114c25bb098e2df11f828d147b94200d696cf1;hpb=d3d2d15cbc23943aa4bd255cfa85dad9c4cf5609;p=TP_POO.git 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