AS = lcc-gb -c

OBJS = font.o font_batforever.o font_std.o font_tennis.o

all: font.gb

font.gb: $(OBJS)
	lcc-gb -o font.gb $(OBJS)

