ObjFW  Artifact [f80d36df3e]

Artifact f80d36df3ee6318895069b834c2aff10adb5b9f407e8fab807bafc7dfc31958e:


include ../../extra.mk

PROG = ofhash${PROG_SUFFIX}
SRCS = OFHash.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}