Support for the OCaml Makefile and git (Version.ml).

This commit is contained in:
Christian Rinderknecht 2018-08-19 20:53:42 +02:00
parent 24f4693595
commit 8a444b23a9
4 changed files with 6 additions and 0 deletions

0
.PartitionMain.tag Normal file
View File

1
.links Normal file
View File

@ -0,0 +1 @@
../OCaml-build/Makefile

4
Makefile.cfg Normal file
View File

@ -0,0 +1,4 @@
SHELL := dash
BFLAGS := -strict-sequence -w +A-48-4
#OCAMLC := ocamlcp
#OCAMLOPT := ocamloptp

1
Version.ml Normal file
View File

@ -0,0 +1 @@
let version = "24f4693"