summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-03-01 20:40:15 +0000
committerred031000 <rubenru09@aol.com>2021-03-01 20:40:15 +0000
commit4367cf2bbbb64c4a2a86fe1bb2846d2c34136f01 (patch)
treeb5ab03f47ed90ee4c62d03c37359e0be316d452a /tools/nitrogfx/Makefile
parent75dc81c75dc1dc86053303cdae9decdb2f05557d (diff)
NCER processing
Diffstat (limited to 'tools/nitrogfx/Makefile')
-rw-r--r--tools/nitrogfx/Makefile2
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