From e413daa66e0a987e92a3c9f936e01cb6e1150535 Mon Sep 17 00:00:00 2001 From: dianshi Date: Wed, 8 Jul 2020 20:25:51 +0100 Subject: Initial ols tool --- ols/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ols/Makefile (limited to 'ols/Makefile') diff --git a/ols/Makefile b/ols/Makefile new file mode 100644 index 0000000..2aa241a --- /dev/null +++ b/ols/Makefile @@ -0,0 +1,8 @@ +make: + ocamlc unix.cma str.cma ols.ml -o ols + +static: + ocamlopt unix.cmxa -ccopt -static ols.ml -o ols + +clean: + rm -f *.cmi *.cmx *.o *.cmo \ No newline at end of file -- cgit v1.2.3