From b0abeeeb0ed5bfe649a940307ec1f3b051af49af Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 28 Mar 2023 00:16:03 +0200 Subject: [PATCH] Sys. Bump version and restructure install instruction --- Cargo.toml | 2 +- Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3217a28..4413040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "ranknauto" -version = "0.5.0" +version = "0.6.0" authors = ["Gustav Eek "] license = "GPL-3.0-or-later" description = "Rank N' Auto, automatic normalized ranking" diff --git a/Makefile b/Makefile index 3823045..dea1021 100644 --- 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 -- 2.39.2