remove tree command
This commit is contained in:
parent
6d229b23d8
commit
277f38bbe8
14
Makefile
14
Makefile
|
@ -13,14 +13,12 @@ all:
|
|||
# Builds rust
|
||||
@echo "Building rust project"
|
||||
cargo build --release
|
||||
@cp target/release/liball_in_one.a build/lib
|
||||
@cp target/release/cache build/bin
|
||||
@cp target/release/gateway build/bin
|
||||
@cp target/release/ratelimit build/bin
|
||||
@cp target/release/rest build/bin
|
||||
@cp target/release/webhook build/bin
|
||||
|
||||
tree build/
|
||||
@cp target/release/liball_in_one.a build/lib/
|
||||
@cp target/release/cache build/bin/
|
||||
@cp target/release/gateway build/bin/
|
||||
@cp target/release/ratelimit build/bin/
|
||||
@cp target/release/rest build/bin/
|
||||
@cp target/release/webhook build/bin/
|
||||
|
||||
# Builds go
|
||||
go build -a -ldflags '-s' -o build/bin/nova cmd/nova/nova.go
|
||||
|
|
Loading…
Reference in a new issue