diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 14:17:56 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-11-11 14:17:56 -0500 |
| commit | 31601eb58e96adc717069135cecbe405dd25c2c1 (patch) | |
| tree | 0ba3d6e1b4f8c1949e662f8101cbd14907274269 /tools/nitrogfx/Makefile | |
| parent | dd818ad9e8c5916dc3865a3ecc17c701808d10e0 (diff) | |
| parent | 48f301e353a728c328f6406a8c18f1da8d9de331 (diff) | |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'tools/nitrogfx/Makefile')
| -rw-r--r-- | tools/nitrogfx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/nitrogfx/Makefile b/tools/nitrogfx/Makefile index 18ecdbba..16b2632d 100644 --- a/tools/nitrogfx/Makefile +++ b/tools/nitrogfx/Makefile @@ -1,8 +1,8 @@ CC = gcc -CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK -D_CRT_SECURE_NO_WARNINGS +CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK $(shell pkg-config --cflags libpng) -LIBS = -lpng -lz +LIBS = $(shell pkg-config --libs libpng) 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 |
