]> matita.cs.unibo.it Git - fireball-separation.git/commitdiff
Renamed output files
authoracondolu <andrea.condoluci@unibo.it>
Fri, 1 Jun 2018 07:48:13 +0000 (09:48 +0200)
committeracondolu <andrea.condoluci@unibo.it>
Fri, 1 Jun 2018 07:48:13 +0000 (09:48 +0200)
ocaml/Makefile
ocaml/run

index 2557224f0f1397e830dfad21f0c753df47078b8d..5ce48854de212e6b571afaf74dbb37adaa9c97f6 100644 (file)
@@ -2,16 +2,16 @@ OCAMLC = ocamlopt -g -rectypes
 LIB = unix.cmxa str.cmxa
 UTILS = util.cmx console.cmx listx.cmx pure.cmx num.cmx parser.cmx problems.cmx
 
-all: a.out test4.out simple.out simple_test.out
+all: lambda4.out lambda4_test.out simple.out simple_test.out
 
-run: test4.out
+run: lambda4_test.out
        bash run
 
-a.out: $(UTILS) lambda4.cmx
-       $(OCAMLC) -o a.out $(LIB) $^
+lambda4.out: $(UTILS) lambda4.cmx
+       $(OCAMLC) -o lambda4.out $(LIB) $^
 
-test4.out: $(UTILS) lambda4.cmx test.ml
-       $(OCAMLC) -o test4.out $(LIB) $^
+lambda4_test.out: $(UTILS) lambda4.cmx test.ml
+       $(OCAMLC) -o lambda4_test.out $(LIB) $^
 
 simple.out: $(UTILS) simple.cmx
        $(OCAMLC) -o simple.out $(LIB) $^
index 77957cdc081974d77ae49d47e8a3614ff557065a..2bdbc7bd27d083a12c2a7c5e3298fb128bcc012f 100644 (file)
--- a/ocaml/run
+++ b/ocaml/run
@@ -9,7 +9,7 @@ echo
 trap 'echo' SIGINT
 
 
-./test4.out 2>&1 | tee $file | stdbuf -o0 grep -Po '(?<=measure=)[^ ]*' | stdbuf -o0 tr '\n' ' '
+./lambda4_test.out 2>&1 | tee $file | stdbuf -o0 grep -Po '(?<=measure=)[^ ]*' | stdbuf -o0 tr '\n' ' '
 
 if [ $? -eq 0 ]
 then