mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
refactor: remove old makefile
This commit is contained in:
parent
e55fee86cb
commit
4aba0cf621
|
@ -1,16 +0,0 @@
|
|||
all: build install
|
||||
debug: build-debug install-debug
|
||||
|
||||
build:
|
||||
cargo build --release
|
||||
|
||||
install:
|
||||
rm -f ~/bin/blspc
|
||||
cp ./target/release/blspc ~/bin/blspc
|
||||
|
||||
build-debug:
|
||||
cargo build
|
||||
|
||||
install-debug:
|
||||
rm -f ~/bin/blspc
|
||||
cp ./target/debug/blspc ~/bin/blspc
|
|
@ -1,16 +0,0 @@
|
|||
all: build install
|
||||
debug: build-debug install-debug
|
||||
|
||||
build:
|
||||
cargo build --release
|
||||
|
||||
install:
|
||||
rm -f ~/bin/blvm
|
||||
cp ./target/release/blvm ~/bin/blvm
|
||||
|
||||
build-debug:
|
||||
cargo build
|
||||
|
||||
install-debug:
|
||||
rm -f ~/bin/blvm
|
||||
cp ./target/debug/blvm ~/bin/blvm
|
Loading…
Reference in a new issue