Skip to content
Snippets Groups Projects
Commit d4e6c582 authored by erwan's avatar erwan
Browse files

Update: rename the source dir src (was bin)

For some reason, I believed that the source dir containing the main
program need to be named bin for dune to work smoothly. But actually,
it seems to work fine with src, so let's go for it.
parent 622c02cc
No related branches found
No related tags found
No related merge requests found
Pipeline #20905 failed
SHA:=$(shell git log -1 --pretty=format:"%h"|| echo "err")
BRANCH:=$(shell git branch | grep "*" | cut -d ' ' -f 2 || echo "err")
VERSION=$(shell git describe --tags)
del_version:
rm -f bin/sasaVersion.ml
gen_version: del_version bin/sasaVersion.ml
bin/sasaVersion.ml:
echo "(* generated by ../Makefile.version *)" > bin/sasaVersion.ml ; \
echo "let str=\"$(VERSION)\"" >> bin/sasaVersion.ml ; \
echo "let sha=\"$(SHA)\"" >> bin/sasaVersion.ml ; \
echo "let branch=\"$(BRANCH)\"" >> bin/sasaVersion.ml
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
(* generated by ../Makefile.version *)
let str="0.10"
let sha="28068e9"
let str="1.0.1"
let sha="622c02c"
let branch="master"
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment