From 0f7dcecf405dc92d864ee4c940c9c7a0d642ca7d Mon Sep 17 00:00:00 2001 From: flo Date: Tue, 11 Apr 2017 11:50:32 +0200 Subject: [PATCH] font --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eebeb40..6c642ef 100755 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ $(OBJDIR)/%.bmp.o: $(IMGDIR)/%.bmp ## Compile fonts $(OBJDIR)/%.bmp.o: $(FONTDIR)/%.bmp - fxconv $< -o --font $@ -n $(patsubst %.bmp,font_%,$(notdir $<)) + fxconv $< -o $@ --font -n $(patsubst %.bmp,font_%,$(notdir $<)) ## Make an object file out of an ASM source file $(OBJDIR)/%.s.o: $(SRCDIR)/%.s