diff options
| author | yenatch <yenatch@gmail.com> | 2017-09-24 01:25:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-24 01:25:03 -0400 |
| commit | 01caa369ec5f3d49d151c8323ac86bd7e1df040a (patch) | |
| tree | b3895b7fe5aff89acd0e01d3f89aa58a94c6f628 /tools/Makefile | |
| parent | 17448c51a51bb3ddd20b0349ae274980638b0980 (diff) | |
| parent | 94577d95532368a940bf0bb9334ba2c7eb858eb5 (diff) | |
Merge pull request #379 from yenatch/tools
Refactor scan_includes and add warnings for tools
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3dd4fb62a..a4f691074 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -std=c99 +CFLAGS := -std=c99 -Wall -Wextra tools := \ lzcomp \ |
