aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-01 19:59:23 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-01 19:59:23 -0330
commitd6baba41e0e5190190edc34ef887dcab6e0c929b (patch)
treedbc040d5cdf2bc6e2a12c2a8cab134cb32dd5216
parent96b768c55caa756e6fc7e7a690211258519683fa (diff)
downloadpfc-d6baba41e0e5190190edc34ef887dcab6e0c929b.zip
add install script to Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecf8c29..92bb2bc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,7 @@ test: format
format:
cargo fmt --all
+
+install:
+ cargo build --release
+ cp ./target/release/pfc ~/.local/bin/