Compile C with some optimizations
[llpp.git] / mkhelp.sh
blob3d2118f4e3ed533a02a6a999ce4d42f137fcafd9
1 #!/bin/sh
2 set -e
3 ocaml str.cma $1 <$2
4 v=$(cd $(dirname $1) && git describe --tags --dirty 2>/dev/null \
5 || echo "unknown")
6 echo "let version =\"$v\";;"