aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/ocaml/Makefile
blob: 20f32b65eee2e905632348a828feb471fee4f2dc (plain)
1
2
3
4
5
6
TARGET=ocaml
ALL_CFLAGS=-Ibyterun -lm
ALL_CFILES=$(wildcard byterun/*.c)
EXECUTE_ARGS=examples/quicksort

include ../rules.mk