Skip to content

Commit

Permalink
Makefile install task for OPAM
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 30, 2016
1 parent df7a884 commit 8014478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ default: Makefile.coq
quick: Makefile.coq
$(MAKE) -f Makefile.coq quick

install: Makefile.coq
$(MAKE) -f Makefile.coq install

Makefile.coq: _CoqProject
coq_makefile -f _CoqProject -o Makefile.coq

Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "InfSeqExt"
version: "dev"
version: "1.0"
maintainer: "[email protected]"

homepage: "https://github.com/DistributedComponents/InfSeqExt"
Expand Down

0 comments on commit 8014478

Please sign in to comment.