]> git.g-eek.se Git - ranknauto.git/commitdiff
Sys. Bump version and restructure install instruction
authorGustav Eek <gustav.eek@fripost.org>
Mon, 27 Mar 2023 22:16:03 +0000 (00:16 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Mon, 27 Mar 2023 22:16:03 +0000 (00:16 +0200)
Cargo.toml
Makefile

index 3217a280121c34906f4c48fabd5995aac63937e5..44130409059e7929952e5ffef71f73263be074c4 100644 (file)
@@ -4,7 +4,7 @@
 
 [package]
 name = "ranknauto"
-version = "0.5.0"
+version = "0.6.0"
 authors = ["Gustav Eek <gustav.eek@fripost.org>"]
 license = "GPL-3.0-or-later"
 description = "Rank N' Auto, automatic normalized ranking"
index 3823045a906fce6b81c6b017240b6a5463e32cbf..dea10212474630d9586912df4619ddc955de7440 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,10 @@ PRJ := $(notdir $(PWD))
 
 BIN = target/release/$(PRJ)
 
-release:
-       cargo build --release
+release: $(BIN)
 
-$(BIN): release
+$(BIN):
+       cargo build --release
 
 # Install and uninstall