diff options
| author | jakob <jakob@memeware.net> | 2017-06-06 15:40:40 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-06-06 15:40:40 -0400 |
| commit | cfd5fb6e6fb47e084e66e1e4e2d6a99f19be661e (patch) | |
| tree | 5fcfe91127c67f6dbb94a81848e8c1b9e6ddea7d /README.md | |
| parent | 17b658ceadd08d693f23448c276958e2eea5970e (diff) | |
Cleaned up
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,8 @@ You can add specific flags to the Makefile with `USER_CFLAGS` and/or `USER_LDFLA ## TODO -* Full unit testing. +* Full unit testing, test static functions. * Clean up `main.c`, move functions like `load_table` and `make_dirs` into more appropriate files. +* Clean up `create_archive`. * Strict warnings. - +* Game-compatible file encryption on created archives. |