summaryrefslogtreecommitdiffstats
path: root/obacklight/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'obacklight/Makefile')
-rw-r--r--obacklight/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/obacklight/Makefile b/obacklight/Makefile
new file mode 100644
index 0000000..1e51d9a
--- /dev/null
+++ b/obacklight/Makefile
@@ -0,0 +1,8 @@
+make:
+ ocamlc unix.cma str.cma obacklight.ml -o obacklight
+
+static:
+ ocamlopt unix.cmxa -ccopt -static obacklight.ml -o obacklight
+
+clean:
+ rm -f *.cmi *.cmx *.o *.cmo \ No newline at end of file