Update the Makefile to reflect TODO has been removed - farbfeld - suckless image format with conversion tools
HTML git clone git://git.suckless.org/farbfeld
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 781cec031d8ebc40b36cf06e7c3bf1080745e1d2
DIR parent 48bd9e1f4c7c4c45957575f68b1ee0cdeba42fd3
HTML Author: Laslo Hunhold <dev@frign.de>
Date: Fri, 14 Apr 2017 20:10:27 +0200
Update the Makefile to reflect TODO has been removed
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -31,7 +31,7 @@ clean:
dist:
rm -rf "farbfeld-$(VERSION)"
mkdir -p "farbfeld-$(VERSION)"
- cp -R FORMAT LICENSE Makefile README TODO config.mk $(SCR) \
+ cp -R FORMAT LICENSE Makefile README config.mk $(SCR) \
$(HDR) $(BIN:=.c) $(REQ:=.c) $(REQ:=.h) \
$(MAN1) $(MAN5) "farbfeld-$(VERSION)"
tar -cf - "farbfeld-$(VERSION)" | gzip -c > "farbfeld-$(VERSION).tar.gz"