tAdd TODO; use -f flag on rm in Makefile - croptool - Image cropping tool
HTML git clone git://lumidify.org/croptool.git
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 65d16f82af9f93ad26d93b94feb963e64dfa0b60
DIR parent 604fb5d4dfdaa5407f35753f474b00312342a0f0
HTML Author: lumidify <nobody@lumidify.org>
Date: Mon, 11 May 2020 15:58:34 +0200
Add TODO; use -f flag on rm in Makefile
Diffstat:
M Makefile | 2 +-
A TODO | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -14,6 +14,6 @@ uninstall:
rm -f ${PREFIX}/bin/croptool
clean:
- rm croptool
+ rm -f croptool
.PHONY: clean install uninstall
DIR diff --git a/TODO b/TODO
t@@ -0,0 +1 @@
+Allow to change selection color from command line