Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdagger committed Jun 1, 2018
1 parent f05bb30 commit 9464bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BINARY = target/$(TARGET)/release/$(BINARYNAME)

PKGNAME= $(BINARYNAME)
MAINTAINER = "Élisabeth Henry \<[email protected]\>"
PKGVERSION = "0.12.1"
PKGVERSION = "0.14.1"
PKGLICENSE = "LGPL-2.1+"

default: $(BINARY)
Expand All @@ -14,7 +14,7 @@ clean:
cargo clean

$(BINARY): src/lib/lib*.rs src/bin/*.rs Cargo.toml
cargo build --release --target=$(TARGET)
cargo build --release --all-features --target=$(TARGET)

package:
checkinstall -D --install=no --pkgname $(PKGNAME) --pkgversion $(PKGVERSION) --pkglicense $(PKGLICENSE) --maintainer $(MAINTAINER)
Expand Down

0 comments on commit 9464bca

Please sign in to comment.