1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-19 14:23:35 +02:00

Update Makefile

This commit is contained in:
Elisabeth Henry 2016-10-18 00:59:18 +02:00
parent 53af44b861
commit 6780e1d592

View File

@ -4,7 +4,7 @@ BINARY = target/release/$(BINARYNAME)
PKGNAME= $(BINARYNAME)
MAINTAINER = "Élisabeth Henry \<liz.henry@ouvaton.org\>"
PKGVERSION = "0.9.1"
PKGVERSION = "0.10.0"
PKGLICENSE = "LGPL-2.1+"
default: $(BINARY)
@ -13,7 +13,7 @@ clean:
cargo clean
$(BINARY): src/lib/lib*.rs src/bin/*.rs Cargo.toml
cargo build --release --features "proofread"
cargo build --release
package:
checkinstall -D --install=no --pkgname $(PKGNAME) --pkgversion $(PKGVERSION) --pkglicense $(PKGLICENSE) --maintainer $(MAINTAINER)