diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-08 19:26:34 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-08 19:26:34 +0200 |
commit | a21148c8d1103885eebcbe9537ce0552d09d4adc (patch) | |
tree | 158ac2a243ee5c1e50509ee3949f5d490b42c589 /Makefile | |
parent | e7a408451017df226d28a838817ce3c8732c5e16 (diff) |
Makefile: remove TODO
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -53,8 +53,7 @@ MAN5 = \ DOC = \ LICENSE\ README\ - README.xml\ - TODO + README.xml all: ${BIN} |