Skip to content
Snippets Groups Projects
Commit 72d1132a authored by Erwan Jahier's avatar Erwan Jahier
Browse files

make sure that src/version.ml is recomputed by removinf it at each

git commit.
parent d12f3b57
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ test:
ci:
make test && git commit -F log
make test && git commit -F log && rm src/version.ml
cia:
make test && git commit -a -F log
\ No newline at end of file
make test && git commit -a -F log && rm src/version.ml
\ No newline at end of file
......@@ -44,7 +44,7 @@ endif
MLONLY_SOURCES=$(filter %.ml %.mll %.mly, $(SOURCES))
# for using the debugger
debug:
debug: version.ml
mv *.mli mli
make MLONLY=yes SOURCES="$(MLONLY_SOURCES)" dc || true
mv mli/* .
......
(* Automatically generated from src/Makefile *)
let tool = "lus2lic"
let branch = "u0"
let commit = "24"
let sha_1 = "9adeaeab6d4be0b10e2fe1d252f77bf2e191c59a"
let str = (branch ^ "." ^ commit)
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