Add smc config
This commit is contained in:
parent
8e4e8a9453
commit
735af68a3a
3 changed files with 45 additions and 0 deletions
15
Justfile
Normal file
15
Justfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env -S just --justfile
|
||||
|
||||
alias b := build
|
||||
|
||||
build:
|
||||
cargo build
|
||||
|
||||
dist:
|
||||
rm -Rf ./dist
|
||||
mkdir dist
|
||||
cargo build --target=x86_64-pc-windows-gnu --release
|
||||
smc bin_win files
|
||||
cargo build --target=x86_64-unknown-linux-musl --release
|
||||
smc bin_linux files
|
||||
smc sources
|
Loading…
Add table
Add a link
Reference in a new issue