SOURCES = sine.ml
RESULT = sine
LIBS = bigarray gstreamer
INCDIRS = ../../src
THREADS = yes

all: dnc

test: all
	./sine

include OCamlMakefile
