diff options
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 |