summaryrefslogtreecommitdiff
path: root/OMakefile
blob: 74c1f83e594e85c9845485ac3cd0f3a4a6f3b070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include config.omake

OCAMLFLAGS += -dtypes -w +a-3-4-27-44-50-52-60-k

.SUBDIRS: src doc

.SUBDIRS: test

.PHONY: clean

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