summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author= <jakob@memeware.net>2017-05-20 20:26:38 -0400
committer= <jakob@memeware.net>2017-05-20 20:26:38 -0400
commit311bb17b20c4fdbb1af29bf66ab01d0309ee0efe (patch)
treee7cc8a92f88322c4c43e2ff6f5ace3f636dbbacf /README.md
parentd30014068a5468463d4a81692993a2fedd799a71 (diff)
Fixed tests, modified makefile.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a30e74b..f70a600 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,11 @@ Nekopack can be compiled on Linux by running `make` from the repository's root d
The test suite is run with `make test` or `gmake test`, depending on your platform.
+You can add specific flags to the Makefile with `USER_CFLAGS` and/or `USER_LDFLAGS`.
+
## TODO
* Full unit testing.
* Clean up `main.c`, move functions like `load_table` and `make_dirs` into more appropriate files.
* Strict warnings.
+