ObjFW  Makefile at [e63c7f6f7d]

File utils/ofzip/Makefile artifact 91db3fb8a7 part of check-in e63c7f6f7d


include ../../extra.mk

PROG = ofzip${PROG_SUFFIX}
SRCS = OFZIP.m

include ../../buildsys.mk

${PROG}: ${LIBOBJFW_DEP_LVL2}

CPPFLAGS += -I../../src -I../../src/runtime -I../../src/exceptions -I../..
LIBS := -L../../src -lobjfw ${LIBS}
LD = ${OBJC}
LDFLAGS += ${LDFLAGS_RPATH}