commit 781cec031d8ebc40b36cf06e7c3bf1080745e1d2
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Fri Apr 14 20:10:27 2017 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Fri Apr 14 20:10:27 2017 +0200

    Update the Makefile to reflect TODO has been removed

diff --git a/Makefile b/Makefile
index 5bf9332..ca1949b 100644
--- 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"

Reply via email to