X-Git-Url: https://git.piment-noir.org/?p=TP_POO.git;a=blobdiff_plain;f=Entiers%2FMakefile;h=5e575b3b38dd70fa3ae7e62a7e3f3feda3d19cbd;hp=532f85100e0e62dba82ab99ccbe9dee2c4a844bf;hb=27869e5bfad44707f302ca8dd7642829c45346ec;hpb=bc48a28596ee8602a6872379df217cc83a306470 diff --git a/Entiers/Makefile b/Entiers/Makefile index 532f851..5e575b3 100644 --- a/Entiers/Makefile +++ b/Entiers/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