adding newline
This commit is contained in:
6
Makefile
6
Makefile
@@ -2,9 +2,9 @@ NAME = "globalenter"
|
||||
|
||||
build b:
|
||||
@echo "building x86_64 Linux"
|
||||
RUSTFLAGS=-Awarnings cargo build --release --target x86_64-unknown-linux-gnu -q --frozen
|
||||
RUSTFLAGS=-Awarnings cargo build --release --target x86_64-unknown-linux-gnu -q
|
||||
@echo "building x86_64 Windows"
|
||||
RUSTFLAGS=-Awarnings cargo build --release --target x86_64-pc-windows-gnu -q --frozen
|
||||
RUSTFLAGS=-Awarnings cargo build --release --target x86_64-pc-windows-gnu -q
|
||||
mkdir -p bin
|
||||
cp target/x86_64-unknown-linux-gnu/release/$(NAME) bin/$(NAME)
|
||||
chmod +x bin/$(NAME)
|
||||
@@ -14,4 +14,4 @@ build b:
|
||||
|
||||
clean c:
|
||||
cargo clean
|
||||
rm -rf bin
|
||||
rm -rf bin
|
||||
|
||||
Reference in New Issue
Block a user