croptool

Image cropping tool
git clone git://lumidify.org/croptool.git
Log | Files | Refs | README

commit 65d16f82af9f93ad26d93b94feb963e64dfa0b60
parent 604fb5d4dfdaa5407f35753f474b00312342a0f0
Author: lumidify <nobody@lumidify.org>
Date:   Mon, 11 May 2020 15:58:34 +0200

Add TODO; use -f flag on rm in Makefile

Diffstat:
MMakefile | 2+-
ATODO | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -14,6 +14,6 @@ uninstall: rm -f ${PREFIX}/bin/croptool clean: - rm croptool + rm -f croptool .PHONY: clean install uninstall diff --git a/TODO b/TODO @@ -0,0 +1 @@ +Allow to change selection color from command line