Skip to content

Commit

Permalink
Fixed opam file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sagot authored and sagotch committed Oct 12, 2018
1 parent 0da7b3a commit 80e39eb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions geneweb.opam
Expand Up @@ -15,9 +15,15 @@ build: [
[ make "install-exe" ]
]

install: [ [ make "install" ] ]
install: [
[ "./configure" "--api" ]
[ make "install" ]
]

remove: [ [ make "uninstall" ] ]
remove: [
[ "./configure" "--api" ]
[ make "uninstall" ]
]

pin-depends: [
[ "piqilib.dev" "git://github.com/alavrik/piqi" ]
Expand Down

0 comments on commit 80e39eb

Please sign in to comment.