diff options
Diffstat (limited to 'tools/rsfont')
-rw-r--r-- | tools/rsfont/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |