diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-17 20:36:13 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-17 21:31:20 -0400 |
| commit | 07df4a5f88aa5b9927a0f8a7c317afa57a313ab9 (patch) | |
| tree | d8147d015999520f61f323ee9d72de4ea5abf343 /tools/Makefile | |
| parent | 570d83b73c770547e15a9c63d35588b09cc23f1f (diff) | |
Refactor pkmncompress.c to use common.h
Fixes #349
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 64d6fe8a..f30f8ef7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ .PHONY: all clean CC := gcc -CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers +CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic tools := \ gfx \ |
