summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/Makefile
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-03-03 17:38:50 +0000
committerGitHub <noreply@github.com>2021-03-03 17:38:50 +0000
commit2e2dbd18e4c191474b6582adef02a481451b51d5 (patch)
tree42adde6c7d740d223dfcaf628800cdf7ff9b1364 /tools/nitrogfx/Makefile
parent75dc81c75dc1dc86053303cdae9decdb2f05557d (diff)
parent28d8dc9f335da9e2111f3e2825ebf346b8d3117e (diff)
Merge pull request #322 from red031000/master
NCER and NSCR 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