shithub: desereter

ref: 489868c4e3e09955b41506806168e1283400f06c
dir: desereter/mkfile

View raw version
TARG=desereter

$TARG: desereter.ml
	ocamlc str.cma unix.cma desereter.ml -o $target

install:V: $TARG
	cp $TARG $home/bin/
	cp cmudict.dict /lib

uninstall:V:
	rm -f $home/bin/$TARG /lib/cmudict.dict

clean:V:
	rm -f $TARG *cmi *cmo