mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
Build and install sequence.cmxs
This commit is contained in:
parent
85b063737f
commit
5a9dfc7939
2 changed files with 4 additions and 2 deletions
2
META
2
META
|
|
@ -3,4 +3,6 @@ version="0.3.4"
|
|||
description="Abstract sequences of elements, for conversion into and from data structures"
|
||||
requires=""
|
||||
archive(byte) = "sequence.cma"
|
||||
archive(byte, plugin) = "sequence.cma"
|
||||
archive(native) = "sequence.cmxa"
|
||||
archive(native, plugin) = "sequence.cmxs"
|
||||
|
|
|
|||
4
Makefile
4
Makefile
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
NAME = sequence
|
||||
DOC = sequence.docdir/index.html
|
||||
TARGETS = sequence.cma sequence.cmxa sequence.cmi sequence.a
|
||||
LIB = $(addprefix _build/, $(TARGETS))
|
||||
TARGETS = sequence.cma sequence.cmxa sequence.cmxs sequence.cmi sequence.a
|
||||
LIB = $(addprefix _build/, $(TARGETS))
|
||||
INSTALL = $(LIB) sequence.mli
|
||||
|
||||
bin:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue