diff options
| author | red031000 <rubenru09@aol.com> | 2021-03-01 20:40:15 +0000 |
|---|---|---|
| committer | red031000 <rubenru09@aol.com> | 2021-03-01 20:40:15 +0000 |
| commit | 4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 (patch) | |
| tree | b5ab03f47ed90ee4c62d03c37359e0be316d452a /tools/nitrogfx/Makefile | |
| parent | 75dc81c75dc1dc86053303cdae9decdb2f05557d (diff) | |
NCER processing
Diffstat (limited to 'tools/nitrogfx/Makefile')
| -rw-r--r-- | tools/nitrogfx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/Makefile b/tools/nitrogfx/Makefile index 5b75d652..eadf2be5 100644 --- a/tools/nitrogfx/Makefile +++ b/tools/nitrogfx/Makefile @@ -4,7 +4,7 @@ CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_ LIBS = -lpng -lz -SRCS = main.c convert_png.c gfx.c jasc_pal.c lz.c rl.c util.c font.c huff.c +SRCS = main.c convert_png.c gfx.c jasc_pal.c lz.c rl.c util.c font.c huff.c json.c cJSON.c .PHONY: all clean |
