
include config.omake

OCAMLFLAGS += -dtypes

.SUBDIRS: src doc

.SUBDIRS: test

.PHONY: clean

clean:
	rm -f $(filter-proper-targets $(ls R, .))
