This commit is contained in:
flo 2017-04-11 11:50:32 +02:00
parent c2af1e136b
commit 0f7dcecf40
1 changed files with 1 additions and 1 deletions

View File

@ -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