mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-14 04:19:20 +02:00
Remove TODO file from Makefile
This commit is contained in:
parent
db65eed2c3
commit
aae23e2482
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue