group-actor/Makefile
2021-08-22 19:32:59 +02:00

10 lines
165 B
Makefile

.PHONY: build
build:
cargo build --release
ln -sf ./target/release/fedigroups .
# if you have a service installed...
restart:
sudo systemctl restart fedigroups