OSDN Git Service

enable warn-all
[happyabc/happyabc.git] / scm / type / OMakefile
1 # build
2 FILES[] =
3         node
4         ast
5         pSet
6
7 PROGRAM = type
8
9 OUnitTest(pset, pSet)
10 OUnitTest(node, node)
11
12 # phony
13 .PHONY: clean
14 .DEFAULT: $(OCamlLibrary $(PROGRAM), $(FILES))
15 clean:
16         ocaml-clean ast.mli