mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
Removed color flag (because ocaml < 4.03)
This commit is contained in:
parent
6d706f55e5
commit
d06de43789
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
LOG=build.log
|
LOG=build.log
|
||||||
COMP=ocamlbuild -log $(LOG) -use-ocamlfind
|
COMP=ocamlbuild -log $(LOG) -use-ocamlfind
|
||||||
FLAGS=-cflags -color,always
|
FLAGS=
|
||||||
|
# -cflags -color,always
|
||||||
DOC=msat.docdir/index.html
|
DOC=msat.docdir/index.html
|
||||||
BIN=main.native
|
BIN=main.native
|
||||||
NAME=msat
|
NAME=msat
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue