Move font files to subdir

This commit is contained in:
d0k3 2016-07-27 12:15:15 +02:00
parent 5299679cb4
commit 03e11e7064
5 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ endif
BUILD := build BUILD := build
SOURCES := source source/fatfs source/nand source/abstraction SOURCES := source source/fatfs source/nand source/abstraction
DATA := data DATA := data
INCLUDES := source source/fatfs source/nand INCLUDES := source source/font source/fatfs source/nand
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation