Remove TODO file from Makefile

This commit is contained in:
Erik Ekman 2020-05-24 16:17:33 +02:00
parent db65eed2c3
commit aae23e2482

View File

@ -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