diff options
-rw-r--r-- | tools/gbagfx/Makefile | 2 | ||||
-rw-r--r-- | tools/rsfont/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gbagfx/Makefile b/tools/gbagfx/Makefile index 3eb7f0b22..6c8e5e1fa 100644 --- a/tools/gbagfx/Makefile +++ b/tools/gbagfx/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -Wall -Wextra -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK -LIBS = -lz -lpng +LIBS = -lpng -lz SRCS = main.c convert_png.c gfx.c jasc_pal.c lz.c util.c font.c diff --git a/tools/rsfont/Makefile b/tools/rsfont/Makefile index 9ad47cfcf..d2a88c46d 100644 --- a/tools/rsfont/Makefile +++ b/tools/rsfont/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -Wall -Wextra -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK -LIBS = -lz -lpng +LIBS = -lpng -lz SRCS = main.c convert_png.c util.c font.c |