aboutsummaryrefslogtreecommitdiff
path: root/res/fonts/Makefile
blob: e1daf0366d8aee2cfbd8cb274194c53767c41603 (plain) (blame)
1
2
3
4
5
6
7
%.bf: %.c
	gcc -o $<.bin $<
	./$<.bin > $@
	rm $<.bin

all: default.bf