Update buildfonts.sh to match change to fonts.h
This commit is contained in:
parent
0118743a26
commit
df0a966fc2
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ build fixed_10x20.bdf fixed_10x20 bwfont
|
|||
build fixed_7x14.bdf fixed_7x14 bwfont
|
||||
build fixed_5x8.bdf fixed_5x8 bwfont
|
||||
|
||||
echo > fonts.h
|
||||
echo '#include <gfx.h>' >> fonts.h
|
||||
echo '#include "gfx.h"' > fonts.h
|
||||
for file in *.c; do
|
||||
echo >> fonts.h
|
||||
noext="${file%.*}"
|
||||
|
|
Loading…
Add table
Reference in a new issue