Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index f1f19f6..43b1c5b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ THEMES = themes/upstream themes/openSUSE themes/SLES themes/SLED all: bin2c gfxboot-compile bincode gfxboot-font addblack gfxboot-font: gfxboot-font.c - $(CC) $(CFLAGS) -I /usr/include/freetype2 -lfreetype $< -o $@ + $(CC) $(CFLAGS) -I /usr/include/freetype2 $< -lfreetype -o $@ gfxboot-compile: gfxboot-compile.c vocabulary.h bincode.h $(CC) $(CFLAGS) $< -o $@