aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/ocaml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/ocaml/Makefile')
-rw-r--r--test/monniaux/ocaml/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/monniaux/ocaml/Makefile b/test/monniaux/ocaml/Makefile
new file mode 100644
index 00000000..20f32b65
--- /dev/null
+++ b/test/monniaux/ocaml/Makefile
@@ -0,0 +1,6 @@
+TARGET=ocaml
+ALL_CFLAGS=-Ibyterun -lm
+ALL_CFILES=$(wildcard byterun/*.c)
+EXECUTE_ARGS=examples/quicksort
+
+include ../rules.mk