From ea30aa946ef4b441d05c003bd74a65b5a67de3c5 Mon Sep 17 00:00:00 2001 From: dianshi Date: Mon, 29 Jun 2020 22:30:24 +0100 Subject: Add ouptime --- ouptime/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ouptime/Makefile (limited to 'ouptime/Makefile') diff --git a/ouptime/Makefile b/ouptime/Makefile new file mode 100644 index 0000000..f5dd316 --- /dev/null +++ b/ouptime/Makefile @@ -0,0 +1,8 @@ +make: + ocamlc unix.cma str.cma ouptime.ml -o ouptime + +static: + ocamlopt unix.cmxa -ccopt -static ouptime.ml -o ouptime + +clean: + rm -f *.cmi *.cmx *.o *.cmo \ No newline at end of file -- cgit v1.2.3