mutt_enter_string is only used for _mutt_get_field for real.
[apps/madmutt.git] / tools / Makefile
1 cpkg2c: cpkg2c.mll
2         ocamllex $<
3         $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa unix.cmxa,ocamlc -o $@ str.cma unix.cma) $@.ml
4         @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o
5