gabm / Satty

Satty - Modern Screenshot Annotation. A tool inspired by Swappy and Flameshot.
Mozilla Public License 2.0
388 stars 18 forks source link

Make install depend on target/release/satty #16

Closed RobertMueller2 closed 7 months ago

RobertMueller2 commented 7 months ago

PR for #15

This should allow usage of sudo make install when root does not have cargo.

Also added force-build, force-build-release targets, because we can't check changed upstream crate dependencies in a Makefile very well.

gabm commented 7 months ago

thank you, that was fast!