Introduction
Introduction Statistics Contact Development Disclaimer Help
Update the Makefile to reflect TODO has been removed - farbfeld - suckless imag…
git clone git://git.suckless.org/farbfeld
Log
Files
Refs
README
LICENSE
---
commit 781cec031d8ebc40b36cf06e7c3bf1080745e1d2
parent 48bd9e1f4c7c4c45957575f68b1ee0cdeba42fd3
Author: Laslo Hunhold <[email protected]>
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(-)
---
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.g…
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.