diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-02-01 19:59:23 -0330 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-02-01 19:59:23 -0330 |
| commit | d6baba41e0e5190190edc34ef887dcab6e0c929b (patch) | |
| tree | dbc040d5cdf2bc6e2a12c2a8cab134cb32dd5216 | |
| parent | 96b768c55caa756e6fc7e7a690211258519683fa (diff) | |
| download | pfc-d6baba41e0e5190190edc34ef887dcab6e0c929b.zip | |
add install script to Makefile
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,3 +12,7 @@ test: format format: cargo fmt --all + +install: + cargo build --release + cp ./target/release/pfc ~/.local/bin/ |