mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-21 15:41:03 +00:00
5 lines
83 B
Makefile
5 lines
83 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
cargo build --release
|
|
ln -sf ./target/release/fedigroups .
|