all:
	ocamake *.mli *.ml *.mll *.mly -opt -o tjc

clean:
	ocamake -clean *.mli *.ml *.mll *.mly -opt -o tjc
