summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-15 19:03:31 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-15 19:03:31 +0400
commit482a11bb3f97b934f6b1db03c507095691f11e50 (patch)
tree6108d41808db2582ab208cb861931a60254bc205
parente9be1f8b274c90b70551185bd41313d72f2d2294 (diff)
parent66812489fdaca1e5c7864516c555cea642bbf73b (diff)
Merge branch 'main' of https://github.com/discordnova/Nova
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3af14fa..7cc4e49 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ all:
# Builds rust
@echo "Building rust project"
cargo build --release
+ ls target/
@cp target/release/liball_in_one.a build/lib
@cp target/release/{cache,gateway,ratelimit,rest,webhook} build/bin