ObjFW  Makefile at [2c629663ea]

File utils/ofhash/Makefile artifact f80d36df3e part of check-in 2c629663ea


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}