mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-23 03:59:24 +00:00
8 lines
252 B
Bash
Executable file
8 lines
252 B
Bash
Executable file
#!/bin/bash
|
|
cd neveko-auth && cargo build
|
|
cd ../neveko-contact && cargo build
|
|
cd ../neveko-core && cargo build
|
|
cd ../neveko-gui && cargo build
|
|
cd ../neveko-market && cargo build
|
|
cd ../neveko-message && cargo build
|
|
cd ../ && RUST_LOG=debug cargo run $1
|