diff options
Diffstat (limited 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/ |
| index : pfc | ||
| Reverse Polish notation calculator for the terminal. | Sam Anthony |
| aboutsummaryrefslogtreecommitdiffstats |