We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7a884 commit 8014478Copy full SHA for 8014478
2 files changed
Makefile
@@ -10,6 +10,9 @@ default: Makefile.coq
10
quick: Makefile.coq
11
$(MAKE) -f Makefile.coq quick
12
13
+install: Makefile.coq
14
+ $(MAKE) -f Makefile.coq install
15
+
16
Makefile.coq: _CoqProject
17
coq_makefile -f _CoqProject -o Makefile.coq
18
opam
@@ -1,6 +1,6 @@
1
opam-version: "1.2"
2
name: "InfSeqExt"
3
-version: "dev"
+version: "1.0"
4
maintainer: "palmskog@gmail.com"
5
6
homepage: "https://github.com/DistributedComponents/InfSeqExt"
0 commit comments