make generated tools RO for real
[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