]> git.puffer.fish Git - matthieu/nova.git/commitdiff
remove tree command
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 10:04:17 +0000 (14:04 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 10:04:17 +0000 (14:04 +0400)
Makefile

index b9498d32e614b05aa0105466f3ad9b36f42bd0aa..130f9d2161388fb106bca04bc1db4c674b372b90 100644 (file)
--- a/Makefile
+++ b/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