1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-18 13:21:33 +02:00

Remove proofread from target in makefile as it is in default

This commit is contained in:
Elisabeth Henry 2016-12-16 03:15:49 +01:00
parent d80418cf75
commit 9155ab7c23

View File

@ -14,7 +14,7 @@ clean:
cargo clean
$(BINARY): src/lib/lib*.rs src/bin/*.rs Cargo.toml
cargo build --release --features "proofread" --target=$(TARGET)
cargo build --release --target=$(TARGET)
package:
checkinstall -D --install=no --pkgname $(PKGNAME) --pkgversion $(PKGVERSION) --pkglicense $(PKGLICENSE) --maintainer $(MAINTAINER)