diff --git a/blspc/Makefile b/blspc/Makefile deleted file mode 100644 index 5fdced1..0000000 --- a/blspc/Makefile +++ /dev/null @@ -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 \ No newline at end of file diff --git a/blvm/Makefile b/blvm/Makefile deleted file mode 100644 index d5ad4e2..0000000 --- a/blvm/Makefile +++ /dev/null @@ -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 \ No newline at end of file