PROG = gemtext2html${PROG_SUFFIX}
SRCS = AppDelegate.m

include ../buildsys.mk

CPPFLAGS += -I../lib
LD = ${OBJC}
LIBS += -L../lib -lgemtext2html
