dbfwork: 'to_number(x)' is treated as simply 'x'
[ocaml-dbf.git] / Makefile
blob7dd7c93e1e4e09d34329dfc3999f5961ee721018
2 .PHONY: doc build clean
4 build:
5 ./bld.sh
7 doc:
8 ocamlbuild mlxbase.docdir/index.html
10 clean:
11 ./clean.sh