fonts: Rename BDFs to remove oled_font_ prefix

This commit is contained in:
Keir Fraser 2018-06-14 13:28:42 +01:00
parent 710d75e387
commit 6290a404c5
3 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,8 @@ SUBDIRS += stm32_usbh_msc
usb%.o: CFLAGS += -Istm32_usbh_msc/inc/ -include usbh_conf.h
%.c: $(ROOT)/fonts/%.bdf
$(PYTHON) $(ROOT)/scripts/mk_font.py $< $*
oled_font_%.c: $(ROOT)/fonts/%.bdf
$(PYTHON) $(ROOT)/scripts/mk_font.py $< oled_font_$*
clean::
rm -f oled_font_*.c