mirror of
https://github.com/kristoferssolo/blockishfire.git
synced 2026-01-12 19:46:02 +00:00
Added Makefile
This commit is contained in:
parent
c24c213479
commit
309692778f
18
Makefile
Normal file
18
Makefile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
run:
|
||||||
|
cargo run
|
||||||
|
|
||||||
|
build:
|
||||||
|
cargo build --release
|
||||||
|
|
||||||
|
install:
|
||||||
|
cargo build --release
|
||||||
|
cp target/release/blockishfire ~/.local/bin/blockishfire
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm ~/.local/bin/blockishfire
|
||||||
|
|
||||||
|
help:
|
||||||
|
@echo "Usage:"
|
||||||
|
@echo " * make run: run in debug"
|
||||||
|
@echo " * make install: install blockishfire to ~/.local/bin/"
|
||||||
|
@echo " * make uninstall: uninstall blockishfire"
|
||||||
Loading…
Reference in New Issue
Block a user