Skip to content

Commit 8014478

Browse files
committed
Makefile install task for OPAM
1 parent df7a884 commit 8014478

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ default: Makefile.coq
1010
quick: Makefile.coq
1111
$(MAKE) -f Makefile.coq quick
1212

13+
install: Makefile.coq
14+
$(MAKE) -f Makefile.coq install
15+
1316
Makefile.coq: _CoqProject
1417
coq_makefile -f _CoqProject -o Makefile.coq
1518

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "InfSeqExt"
3-
version: "dev"
3+
version: "1.0"
44
maintainer: "palmskog@gmail.com"
55

66
homepage: "https://github.com/DistributedComponents/InfSeqExt"

0 commit comments

Comments
 (0)