aboutsummaryrefslogtreecommitdiff
path: root/res/fonts/Makefile
blob: c4de63d0f00e8cb55a989c60a90c489baa86c973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
CC=gcc
CFLAGS=-I../../src/lib/include -std=c11

%.bf: %.c
	$(CC) $(CFLAGS) -o $<.bin $<
	./$<.bin > $@
	rm $<.bin

all: default.bf