unlink file before writing it, and don't fail if it's not here
[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