index
:
cgit-pink
this commit
master
wiki
DON'T USE THIS! --- web frontend for git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
TABLE
=
default.u
FONTS
+=
sans6x8.psfu
FONTS
+=
sans6x10.psfu
FONTS
+=
sans6x12.psfu
PNGS
=
$(FONTS:psfu=png
)
all
:
$(FONTS
)
png
:
$(PNGS
)
$(FONTS
)
:
$(TABLE
)
.SUFFIXES
:
.psf
.psfu
.png
.psf.psfu
:
psfaddtable
$<
$(TABLE
)
$@
.psf.png
:
psf2png
$<
>
$@
clean
:
rm -f
$(FONTS
)
$(PNGS
)