diff options
| author | = <jakob@memeware.net> | 2017-05-20 20:26:38 -0400 |
|---|---|---|
| committer | = <jakob@memeware.net> | 2017-05-20 20:26:38 -0400 |
| commit | 311bb17b20c4fdbb1af29bf66ab01d0309ee0efe (patch) | |
| tree | e7cc8a92f88322c4c43e2ff6f5ace3f636dbbacf /README.md | |
| parent | d30014068a5468463d4a81692993a2fedd799a71 (diff) | |
Fixed tests, modified makefile.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. + |