From 4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 1 Mar 2021 20:40:15 +0000 Subject: NCER processing --- tools/nitrogfx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/nitrogfx/Makefile') 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 -- cgit v1.2.3