fonts: Rename BDFs to remove oled_font_ prefix
This commit is contained in:
parent
710d75e387
commit
6290a404c5
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue