diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-15 19:03:31 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-15 19:03:31 +0400 |
| commit | 482a11bb3f97b934f6b1db03c507095691f11e50 (patch) | |
| tree | 6108d41808db2582ab208cb861931a60254bc205 | |
| parent | e9be1f8b274c90b70551185bd41313d72f2d2294 (diff) | |
| parent | 66812489fdaca1e5c7864516c555cea642bbf73b (diff) | |
Merge branch 'main' of https://github.com/discordnova/Nova
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
