# package
OCAMLPACKS[] =
     extlib

# build
FILES[] =
	node
	ast
	pSet

PROGRAM = type

OCamlLibrary($(PROGRAM), $(FILES))

# phony
.PHONY: clean
.DEFAULT:
clean:
	ocaml-clean ast.mli
