From aae23e24825a855e98709857c7280f9cbf0c774a Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sun, 24 May 2020 16:17:33 +0200 Subject: [PATCH] Remove TODO file from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54d6037..530f338 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ iodine-latest: @LANG=en_US date >> iodine-latest/VERSION.txt @echo "Git version: " >> iodine-latest/VERSION.txt @git rev-parse HEAD >> iodine-latest/VERSION.txt - @for i in README.md CHANGELOG TODO; do cp $$i iodine-latest/$$i.txt; done + @for i in README.md CHANGELOG; do cp $$i iodine-latest/$$i.txt; done @unix2dos iodine-latest/* #non-PIE build for old android