
all: title

title:
	$(CC) -static get_title.c ../gumbo.a -o title
