1
1
Fork 0
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:
Natapat Samutpong 2022-01-26 12:34:06 +07:00
parent e55fee86cb
commit 4aba0cf621
2 changed files with 0 additions and 32 deletions

View file

@ -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

View file

@ -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