summaryrefslogtreecommitdiff
path: root/ols/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ols/Makefile')
-rw-r--r--ols/Makefile8
1 files changed, 8 insertions, 0 deletions
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