.PHONY: build build: cargo build --release ln -sf ./target/release/fedigroups . # if you have a service installed... restart: sudo systemctl restart fedigroups stop: sudo systemctl stop fedigroups start: sudo systemctl start fedigroups logs: journalctl -f -u fedigroups