Import madtty, use it to deal with colors from now on as it needs to know what is...
[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