4164759f1a1b896e9ac2f3eb73f6e3f9d191b18f
[apps/madmutt.git] / tools / Makefile
1 cpkg2c: cpkg2c.mll
2         ocamllex $<
3         $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml
4         @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
5